Skip to content

Commit

Permalink
Merge pull request SoftwareDefinedBuildings#28 from rajasriramoju/22-…
Browse files Browse the repository at this point in the history
…ui-overhaul

22 ui overhaul
  • Loading branch information
ChrisJDecastro authored May 16, 2019
2 parents 4af2430 + 61516bf commit e28d719
Show file tree
Hide file tree
Showing 40 changed files with 9,587 additions and 172 deletions.
4 changes: 2 additions & 2 deletions dashboards/solarplus-ui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]'
Expand Down Expand Up @@ -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! :)"
)

Expand Down

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions 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 not shown.
Binary file not shown.
Binary file not shown.
6 changes: 6 additions & 0 deletions dashboards/solarplus-ui/static/assets/css/images/arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions dashboards/solarplus-ui/static/assets/css/images/bars.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions dashboards/solarplus-ui/static/assets/css/images/close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e28d719

Please sign in to comment.