Skip to content

Commit e28d719

Browse files
Merge pull request SoftwareDefinedBuildings#28 from rajasriramoju/22-ui-overhaul
22 ui overhaul
2 parents 4af2430 + 61516bf commit e28d719

40 files changed

+9587
-172
lines changed

dashboards/solarplus-ui/app.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def text(self, text):
4545
def send(self, from_addr=None):
4646
body = self._html
4747

48-
if isinstance(self.to, basestring):
48+
if isinstance(self.to, str):
4949
self.to = [self.to]
5050
if not from_addr:
5151
from_addr = '[email protected]'
@@ -176,7 +176,7 @@ def logout():
176176
def aws():
177177
# Send your sms message.
178178
client.publish(
179-
PhoneNumber="+15309794654",
179+
PhoneNumber="",
180180
Message="Your Issue Ticket has been received! Thank you! :)"
181181
)
182182

dashboards/solarplus-ui/static/assets/css/font-awesome.min.css

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.

dashboards/solarplus-ui/static/assets/css/fonts/fontawesome-webfont.svg

+2,671
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading
Loading

0 commit comments

Comments
 (0)