forked from SoftwareDefinedBuildings/XBOS
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request SoftwareDefinedBuildings#28 from rajasriramoju/22-…
…ui-overhaul 22 ui overhaul
- Loading branch information
Showing
40 changed files
with
9,587 additions
and
172 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ def text(self, text): | |
def send(self, from_addr=None): | ||
body = self._html | ||
|
||
if isinstance(self.to, basestring): | ||
if isinstance(self.to, str): | ||
self.to = [self.to] | ||
if not from_addr: | ||
from_addr = '[email protected]' | ||
|
@@ -176,7 +176,7 @@ def logout(): | |
def aws(): | ||
# Send your sms message. | ||
client.publish( | ||
PhoneNumber="+15309794654", | ||
PhoneNumber="", | ||
Message="Your Issue Ticket has been received! Thank you! :)" | ||
) | ||
|
||
|
4 changes: 4 additions & 0 deletions
4
dashboards/solarplus-ui/static/assets/css/font-awesome.min.css
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file added
BIN
+162 KB
dashboards/solarplus-ui/static/assets/css/fonts/fontawesome-webfont.eot
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions
2,671
dashboards/solarplus-ui/static/assets/css/fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+162 KB
dashboards/solarplus-ui/static/assets/css/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file added
BIN
+95.7 KB
dashboards/solarplus-ui/static/assets/css/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file added
BIN
+75.4 KB
dashboards/solarplus-ui/static/assets/css/fonts/fontawesome-webfont.woff2
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.