IGNITE-843 Fix for add button on metadata screen.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/74c1a5f4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/74c1a5f4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/74c1a5f4 Branch: refs/heads/ignite-1121 Commit: 74c1a5f4adec96baa288fb15b8bc2540bd8744df Parents: 66e7328 Author: AKuznetsov <akuznet...@gridgain.com> Authored: Wed Jul 22 09:24:54 2015 +0700 Committer: AKuznetsov <akuznet...@gridgain.com> Committed: Wed Jul 22 09:24:54 2015 +0700 ---------------------------------------------------------------------- .../web-control-center/nodejs/views/configuration/metadata.jade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/74c1a5f4/modules/web-control-center/nodejs/views/configuration/metadata.jade ---------------------------------------------------------------------- diff --git a/modules/web-control-center/nodejs/views/configuration/metadata.jade b/modules/web-control-center/nodejs/views/configuration/metadata.jade index 5dd4841..0a601d8 100644 --- a/modules/web-control-center/nodejs/views/configuration/metadata.jade +++ b/modules/web-control-center/nodejs/views/configuration/metadata.jade @@ -34,12 +34,13 @@ block content tr(ng-repeat='row in metadatas track by row._id') td.col-sm-6(ng-class='{active: row._id == selectedItem._id}') a(ng-click='selectItem(row)') {{$index + 1}}) {{row.name}} + div button.btn.btn-primary(ng-click='panels.activePanel = [0]; createItem()')  Add metadata label(style='margin-left: 6px; margin-right: 10px') For: button.btn.btn-default(ng-model='template' data-template='/select' data-placeholder='Choose metadata type' bs-options='item.value as item.label for item in templates' bs-select) i.tiplabel.fa.fa-question-circle(bs-tooltip data-title='{{joinTip(templateTip)}}' type='button') hr - .panel-group(bs-collapse ng-model="panels.activePanel" data-allow-multiple="false") + .panel-group(bs-collapse ng-model='panels.activePanel' data-allow-multiple="false") .panel.panel-default .panel-heading h3