Skip to content

Commit 591de68

Browse files
author
Martijn Jacobs
committed
Release 1.1.0
1 parent 9f33894 commit 591de68

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.MD

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,17 @@ This excellent frontend is originally written by [Oliver Dunk](https://github.co
5858

5959
## Changelog
6060

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+
6172
## 1.0.1 (2018-05-16)
6273
- Fixed position of popup when main window has scrolled (erwindon)
6374
- Sort minions by hostname (erwindon)

saltgui/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h1>SaltGUI</h1>
2929
<input id='password' type='password' placeholder='Password' />
3030
<input type='submit' value='Login'/>
3131
<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
3333
</div>
3434
</form>
3535
</div>

0 commit comments

Comments
 (0)