-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: crash quads-web w/out hosts defined, cron/doc
* Set _daily_utilization to zero if no hosts defined (new installs) * Fix QUADS HTML asset templates from not landing Other small fixes: * Remove chcon for /var/www/html * Small clarification on seeing quads-web on first install. * Add R660/R760 to is_supported * Expand supported models with R660/R760 for example conf. fixes: #532 Change-Id: I8d7cf304cf4cbd6423e49ec211f1369ccca51a98
- Loading branch information
Showing
6 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ exclude = | |
quads = | ||
templates/* | ||
web/templates/* | ||
web/templates/wiki/* | ||
web/static/css/* | ||
web/static/js/* | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,6 +92,10 @@ def API_URL(self): | |
"640", | ||
"r650", | ||
"650", | ||
"660", | ||
"r660", | ||
"760", | ||
"r760", | ||
"r720", | ||
"r730xd", | ||
"r930", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters