You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by an...@apache.org on 2016/06/20 02:58:59 UTC

[36/50] [abbrv] ignite git commit: IGNITE-2047 Fixed placeholders

IGNITE-2047 Fixed placeholders


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e0528991
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e0528991
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e0528991

Branch: refs/heads/ignite-3262
Commit: e05289915a8705a0ebe74e8f6942de80b8a9ff6c
Parents: ecce865
Author: vsisko <vs...@gridgain.com>
Authored: Wed Jun 15 10:36:02 2016 +0700
Committer: vsisko <vs...@gridgain.com>
Committed: Wed Jun 15 10:36:02 2016 +0700

----------------------------------------------------------------------
 .../js/app/modules/states/configuration/clusters/attributes.jade | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/e0528991/modules/web-console/src/main/js/app/modules/states/configuration/clusters/attributes.jade
----------------------------------------------------------------------
diff --git a/modules/web-console/src/main/js/app/modules/states/configuration/clusters/attributes.jade b/modules/web-console/src/main/js/app/modules/states/configuration/clusters/attributes.jade
index 15e931a..e6ffd50 100644
--- a/modules/web-console/src/main/js/app/modules/states/configuration/clusters/attributes.jade
+++ b/modules/web-console/src/main/js/app/modules/states/configuration/clusters/attributes.jade
@@ -49,10 +49,10 @@ form.panel.panel-default(name=form novalidate)
                                             a.labelFormField(ng-click='tableStartEdit(backupItem, attributesTbl, $index)') {{item.name}} = {{item.value}}
                                             +btn-remove('tableRemove(backupItem, attributesTbl, $index)', '"Remove attribute"')
                                         td.col-sm-12(ng-show='tableEditing(attributesTbl, $index)')
-                                            +table-pair-edit('attributesTbl', 'cur', 'Field name', 'Field Attribute', false, false, '{{::attributesTbl.focusId + $index}}', '$index', '=')
+                                            +table-pair-edit('attributesTbl', 'cur', 'Attribute name', 'Attribute value', false, false, '{{::attributesTbl.focusId + $index}}', '$index', '=')
                                 tfoot(ng-show='tableNewItemActive(attributesTbl)')
                                     tr
                                         td.col-sm-12
-                                            +table-pair-edit('attributesTbl', 'new', 'Field name', 'Field Attribute', false, false, '{{::attributesTbl.focusId + $index}}', '-1', '=')
+                                            +table-pair-edit('attributesTbl', 'new', 'Attribute name', 'Attribute value', false, false, '{{::attributesTbl.focusId + $index}}', '-1', '=')
             .col-sm-6
                 +preview-xml-java(model, 'clusterUserAttributes')