-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule api
updated
7 files
+7 −7 | bin/online | |
+1 −1 | libcloud | |
+1 −1 | requirements-frozen.txt | |
+5 −1 | src/mist/api/config.py | |
+12 −12 | src/mist/api/helpers.py | |
+5 −6 | src/mist/api/keys/methods.py | |
+1 −1 | src/mist/api/tasks.py |
Submodule tests
updated
10 files
Submodule ui
updated
29 files
+2 −2 | bower.json | |
+1 −1 | bower_components/mist-insights | |
+1 −1 | bower_components/mist-list | |
+13 −9 | src/account/multi-inputs.html | |
+5 −3 | src/account/whitelisted-ips.html | |
+8 −8 | src/app-costs/app-costs.html | |
+1 −1 | src/app-form/app-form.html | |
+1 −1 | src/helpers/card-form.html | |
+1 −1 | src/helpers/machines-list-behavior.html | |
+10 −15 | src/helpers/transfer-ownership.html | |
+2 −1 | src/machines/machine-actions.html | |
+115 −24 | src/mist-app.html | |
+40 −23 | src/mist-header/search-suggestions.html | |
+3 −5 | src/mist-header/top-search.html | |
+7 −10 | src/mist-sidebar.html | |
+7 −7 | src/onb-element/onb-element.html | |
+4 −4 | src/page-dashboard.html | |
+2 −1 | src/page-images.html | |
+1 −1 | src/page-insights.html | |
+1 −1 | src/page-keys.html | |
+1 −1 | src/page-machines.html | |
+1 −0 | src/page-scripts.html | |
+1 −1 | src/page-stacks.html | |
+1 −1 | src/page-teams.html | |
+1 −0 | src/page-volumes.html | |
+2 −2 | src/schedules/schedule-page.html | |
+4 −2 | src/stacks/stack-create.html | |
+2 −1 | src/stacks/stack-page.html | |
+5 −7 | src/styles/shared-styles.html |