Repository: ignite Updated Branches: refs/heads/master d7af98538 -> eb0584b0d
IGNITE-10667 Web Console: Fixed model for "keyStoreFilePath" on "Configuration" screen. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/eb0584b0 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/eb0584b0 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/eb0584b0 Branch: refs/heads/master Commit: eb0584b0d394010fe6202579d33d36607d2a15bf Parents: d7af985 Author: Vasiliy Sisko <[email protected]> Authored: Thu Dec 13 16:47:42 2018 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Thu Dec 13 16:47:42 2018 +0700 ---------------------------------------------------------------------- .../components/cluster-edit-form/templates/ssl.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/eb0584b0/modules/web-console/frontend/app/components/page-configure-advanced/components/cluster-edit-form/templates/ssl.pug ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/components/page-configure-advanced/components/cluster-edit-form/templates/ssl.pug b/modules/web-console/frontend/app/components/page-configure-advanced/components/cluster-edit-form/templates/ssl.pug index 61c722e..f979124 100644 --- a/modules/web-console/frontend/app/components/page-configure-advanced/components/cluster-edit-form/templates/ssl.pug +++ b/modules/web-console/frontend/app/components/page-configure-advanced/components/cluster-edit-form/templates/ssl.pug @@ -51,7 +51,7 @@ panel-collapsible(ng-form=form on-open=`ui.loadPanel('${form}')`) .pc-form-grid-col-60 +form-field__text({ label: 'Key store file:', - model: `${secondaryFileSystem}.keyStoreFilePath`, + model: `${model}.keyStoreFilePath`, name: '"keyStoreFilePath"', disabled: `!(${enabled})`, required: enabled,
