Skip to content

Commit ead619a

Browse files
Erwin Dondorperwindon
authored andcommitted
remove the beta indication for the issues screen
1 parent 3929f1b commit ead619a

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

saltgui/static/scripts/panels/Issues.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)