IGNITE-5466 Web Console: Added missing version switcher.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/42016476 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/42016476 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/42016476 Branch: refs/heads/ignite-8446 Commit: 42016476dc03a0270437aa53a1b28da6f95fbeef Parents: cb20ed9 Author: Vasiliy Sisko <[email protected]> Authored: Tue Jul 24 21:30:21 2018 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Tue Jul 24 21:30:21 2018 +0700 ---------------------------------------------------------------------- .../frontend/app/components/page-configure-overview/template.pug | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/42016476/modules/web-console/frontend/app/components/page-configure-overview/template.pug ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/components/page-configure-overview/template.pug b/modules/web-console/frontend/app/components/page-configure-overview/template.pug index 753ee06..d8bdf4f 100644 --- a/modules/web-console/frontend/app/components/page-configure-overview/template.pug +++ b/modules/web-console/frontend/app/components/page-configure-overview/template.pug @@ -15,6 +15,7 @@ limitations under the License. h1.pc-page-header Configuration + version-picker .pco-relative-root .pco-table-context-buttons @@ -37,4 +38,4 @@ h1.pc-page-header Configuration ) footer-slot(ng-hide='($ctrl.shortClusters$|async:this).length' style='font-style: italic') | You have no cluster configurations. - a.link-success(ui-sref='base.configuration.edit.basic({clusterID: "new"})') Create one? \ No newline at end of file + a.link-success(ui-sref='base.configuration.edit.basic({clusterID: "new"})') Create one? \ No newline at end of file
