File tree Expand file tree Collapse file tree
saltgui/static/scripts/panels Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The version tagged `release` is the latest released version. The version `master
1919- View the seven most recent jobs run on Salt
2020- Manually run any Salt function and see the output
2121- View highstate for all minions with details
22- - View issues for all minions with trivial solutions (beta)
22+ - View issues for all minions with trivial solutions
2323- View the values for grains for a particular minion
2424- View the schedules for a particular minion
2525- View the values for pillars for a particular minion
Original file line number Diff line number Diff line change @@ -14,14 +14,13 @@ export class IssuesPanel extends Panel {
1414 constructor ( ) {
1515 super ( "issues" ) ;
1616
17- this . addTitle ( "Issues (beta) " ) ;
17+ this . addTitle ( "Issues" ) ;
1818 this . addSearchButton ( ) ;
1919 this . addPlayPauseButton ( ) ;
2020 this . addHelpButton ( [
2121 "This page contains an overview of problems" ,
22- "that are observed in various categories." ,
23- "Leave comments on GitHub #369 (click)"
24- ] , "https://github.com/erwindon/SaltGUI/issues/369" ) ;
22+ "that are observed in various categories."
23+ ] ) ;
2524 // this.addTable(["Key", "-menu-", "Description"]);
2625 this . addTable ( [ "-menu-" , "Description" ] ) ;
2726 this . setTableClickable ( ) ;
You can’t perform that action at this time.
0 commit comments