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 11# Changelog
22
3- ## 1.30.0 (2023-11-11)
3+ ## 1.31.0 (2024-06-17)
4+ - fixes and improvements for highstate task-indicators (thx AntonOvseenko)
5+ - allow job info to be updated when job was still running (thx gseguinbourgeois)
6+ - fixed sorting of minions list for async runs (erwindon)
7+ - allow configuration of highstate page (thx AntonOvseenko)
8+ - moved all in-table menus to the left-hand-side (erwindon)
9+ - added small help to explain effect of table-row-click (erwindon)
10+ - open new tab on ctrl-click or alt-click (erwindon)
11+ - choose between live info and cached info for grains/pillar (thx mbgevers)
12+ - updated list of CVEs and improved presentation (erwindon)
13+ - upgraded eslint and fixed related issues (erwindon)
14+ - upgraded stylelint and fixed related issues (erwindon)
15+ - various small fixes and improvements (erwindon)
416
17+ ## 1.30.0 (2023-11-11)
518- show long target list and/or long command in output panel as wrapped (erwindon)
619- fixed documentation for custom grain display (erwindon, thx sharkmerry7)
720- fixed visibility of of templates/nodegroups/reactors when no such info present (erwindon)
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import {Utils} from "../Utils.js";
88export class LoginPanel extends Panel {
99
1010 constructor ( ) {
11- LoginPanel . version = "SaltGUI v1.31.0-snapshot " ;
11+ LoginPanel . version = "SaltGUI v1.31.0" ;
1212
1313 super ( "login" ) ;
1414
You can’t perform that action at this time.
0 commit comments