File tree Expand file tree Collapse file tree 2 files changed +0
-62
lines changed
templates/main/admin/stack_upgrade Expand file tree Collapse file tree 2 files changed +0
-62
lines changed Original file line number Diff line number Diff line change 4242 </div >
4343 </div >
4444{{ /if }}
45-
46- <div id =" versions-filter-section" class =" btn-toolbar" >
47- {{ #havePermissions " AMBARI.MANAGE_STACK_VERSIONS" }}
48- <button class =" btn btn-primary" {{ action goToVersions target =" view" }} {{ bindAttr disabled =" App.router.wizardWatcherController.isNonWizardUser" }} id =" manage-versions-link" >
49- <i class =" icon-external-link" ></i > {{ t admin.stackVersions.manageVersions }}
50- </button >
51- {{ /havePermissions }}
52- <div class =" btn-group display-inline-block" >
53- <button class =" btn btn-default dropdown-toggle" data-toggle =" dropdown" href =" #" >
54- <span class =" filters-label" >{{ t common.filter }} : </span >
55- <span >
56- {{ view.selectedCategory.label }}
57- <span class =" caret" ></span >
58- </span >
59- </button >
60- <ul class =" dropdown-menu" >
61- {{ #each category in view.categories }}
62- <li >
63- <a {{ action selectCategory category target =" view" }} href =" #" >
64- {{ category.label }}
65- </a >
66- </li >
67- {{ /each }}
68- </ul >
69- </div >
7045</div >
71- <div id =" versions-section" class =" row col-md-12" >
72- <div {{ bindAttr class =" :col-md-3 :left-menu-table view.hasSpecialTypeRepoVersion:has-special-type-repo-version" }} >
73- <table class =" table border-extended-table" >
74- <thead >
75- </thead >
76- <tbody >
77- {{ #each service in view.services }}
78- <tr >
79- <td class =" service-display-name" >{{ service.displayName }} </td >
80- </tr >
81- {{ /each }}
82- </tbody >
83- </table >
84- </div >
85- <div class =" col-md-9 versions-slides" >
86- {{ #if isLoaded }}
87- <div class =" versions-slides-bar" >
88- {{ #each version in view.repoVersions }}
89- {{ #if version.isVisible }}
90- {{ view App.UpgradeVersionColumnView contentBinding =" version" displayVersionTypeBlockBinding =" view.hasSpecialTypeRepoVersion" }}
91- {{ /if }}
92- {{ /each }}
93- </div >
94- {{ else }}
95- {{ view App.SpinnerView }}
96- {{ /if }}
97- </div >
9846</div >
Original file line number Diff line number Diff line change @@ -29,16 +29,6 @@ App.MainDashboardView = Em.View.extend({
2929 name : 'widgets' ,
3030 url : 'dashboard.index' ,
3131 label : Em . I18n . t ( 'dashboard.widgets.title' )
32- } ,
33- {
34- name : 'charts' ,
35- url : 'dashboard.charts.index' ,
36- label : Em . I18n . t ( 'dashboard.heatmaps.title' )
37- } ,
38- {
39- name : 'configHistory' ,
40- url : 'dashboard.configHistory' ,
41- label : Em . I18n . t ( 'dashboard.configHistory.title' )
4232 }
4333 ] ,
4434
You can’t perform that action at this time.
0 commit comments