Skip to content

Commit

Permalink
Furhter 1.0 polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
sco01 committed Sep 9, 2019
1 parent 8ad05b0 commit 6cdfd9b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions octoprint_dashboard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ def get_template_configs(self):

##~~ AssetPlugin mixin
def get_assets(self):
# Define your plugin's asset files to automatically include in the
# core UI here.
return dict(
js=["js/dashboard.js"],
css=["css/dashboard.css"],
Expand All @@ -48,9 +46,6 @@ def get_assets(self):

##~~ Softwareupdate hook
def get_update_information(self):
# Define the configuration for your plugin to use with the Software Update
# Plugin here. See https://github.com/foosel/OctoPrint/wiki/Plugin:-Software-Update
# for details.
return dict(
dashboard=dict(
displayName="Dashboard Plugin",
Expand Down

0 comments on commit 6cdfd9b

Please sign in to comment.