UI should display a notification until SSH key is uploaded
Bug #1449043 reported by
ubuntudotcom1
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
High
|
Unassigned |
Bug Description
UI should display a notification until SSH key is uploaded. Since a number of operations are hidden to the user until an SSH key has been uploaded (e.g. deploy, etc.), a notification to upload an SSH key would be helpful and avoid confusion.
Related branches
lp://staging/~ubuntudotcom1/maas/bug-1449043-display-notification-for-ssh-key
- Gavin Panella (community): Approve
-
Diff: 558 lines (+229/-55)11 files modifiedsrc/maasserver/node_action.py (+3/-19)
src/maasserver/static/js/angular/controllers/node_details.js (+14/-0)
src/maasserver/static/js/angular/controllers/nodes_list.js (+21/-4)
src/maasserver/static/js/angular/controllers/tests/test_node_details.js (+60/-0)
src/maasserver/static/js/angular/controllers/tests/test_nodes_list.js (+81/-12)
src/maasserver/static/js/angular/factories/users.js (+10/-0)
src/maasserver/static/partials/node-details.html (+11/-1)
src/maasserver/static/partials/nodes-list.html (+6/-1)
src/maasserver/tests/test_node_action.py (+9/-10)
src/maasserver/websockets/handlers/tests/test_user.py (+5/-4)
src/maasserver/websockets/handlers/user.py (+9/-4)
Changed in maas: | |
milestone: | none → 1.8.0 |
importance: | Undecided → High |
Changed in maas: | |
status: | New → In Progress |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.