File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,17 @@ This excellent frontend is originally written by [Oliver Dunk](https://github.co
58
58
59
59
## Changelog
60
60
61
+ ## 1.1.0 (2018-07-16)
62
+ - Shows inactive minions as well (erwindon)
63
+ - Switch to a more reliable grain indicating the ip-number (erwindon)
64
+ - Added a logout button (erwindon)
65
+ - Improved minion loading page: first the keys and update them according to their status (erwindon)
66
+ - Fixed issue with session timeout (erwindon)
67
+ - Added keymanagement functionality (erwindon)
68
+ - Created a nice dropdown menu (erwindon)
69
+ - Improved ES6 code (erwindon)
70
+ - Added a close button to the command popup (erwindon)
71
+
61
72
## 1.0.1 (2018-05-16)
62
73
- Fixed position of popup when main window has scrolled (erwindon)
63
74
- Sort minions by hostname (erwindon)
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ <h1>SaltGUI</h1>
29
29
< input id ='password ' type ='password ' placeholder ='Password ' />
30
30
< input type ='submit ' value ='Login '/>
31
31
< div class ='attribution '>
32
- < img src ='static/images/github.png ' /> SaltGUI v1.0.1
32
+ < img src ='static/images/github.png ' /> SaltGUI v1.1.0
33
33
</ div >
34
34
</ form >
35
35
</ div >
You can’t perform that action at this time.
0 commit comments