@@ -65,16 +65,18 @@ var ContainerController = Cattle.TransitioningResourceController.extend({
6565 var a = this . get ( 'actions' ) ;
6666
6767 var choices = [
68- { label : 'Edit' , icon : 'ss-write' , action : 'edit' , enabled : ! ! a . update } ,
69- { label : 'View in API' , icon : 'fa fa-external-link' , action : 'goToApi' , enabled : true , detail : true } ,
70- { label : 'Execute Shell' , icon : 'fa fa-terminal' , action : 'shell' , enabled : ! ! a . execute } ,
71- { label : 'View Logs' , icon : 'ss-file' , action : 'logs' , enabled : ! ! a . logs } ,
72- { label : 'Restart' , icon : 'ss-refresh' , action : 'restart' , enabled : ! ! a . restart } ,
73- { label : 'Start' , icon : 'ss-play' , action : 'start' , enabled : ! ! a . start } ,
74- { label : 'Stop' , icon : 'ss-stop' , action : 'stop' , enabled : ! ! a . stop } ,
75- { label : 'Restore' , icon : 'ss-medicalcross' , action : 'restore' , enabled : ! ! a . restore } ,
76- { label : 'Delete' , icon : 'ss-trash' , action : 'promptDelete' , enabled : this . get ( 'canDelete' ) , altAction : 'delete' } ,
77- { label : 'Purge' , icon : 'ss-tornado' , action : 'purge' , enabled : ! ! a . purge } ,
68+ { label : 'Restart' , icon : 'ss-refresh' , action : 'restart' , enabled : ! ! a . restart } ,
69+ { label : 'Start' , icon : 'ss-play' , action : 'start' , enabled : ! ! a . start } ,
70+ { label : 'Stop' , icon : 'ss-stop' , action : 'stop' , enabled : ! ! a . stop } ,
71+ { label : 'Delete' , icon : 'ss-trash' , action : 'promptDelete' , enabled : this . get ( 'canDelete' ) , altAction : 'delete' } ,
72+ { divider : true } ,
73+ { label : 'View in API' , icon : '' , action : 'goToApi' , enabled : true , detail : true } ,
74+ { label : 'Execute Shell' , icon : '' , action : 'shell' , enabled : ! ! a . execute } ,
75+ { label : 'View Logs' , icon : '' , action : 'logs' , enabled : ! ! a . logs } ,
76+ { label : 'Restore' , icon : '' , action : 'restore' , enabled : ! ! a . restore } ,
77+ { label : 'Purge' , icon : '' , action : 'purge' , enabled : ! ! a . purge } ,
78+ { divider : true } ,
79+ { label : 'Edit' , icon : '' , action : 'edit' , enabled : ! ! a . update } ,
7880 ] ;
7981
8082 return choices ;
0 commit comments