Skip to content

Commit b7e2e11

Browse files
committed
fix: rename page files
1 parent 1160cb2 commit b7e2e11

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/usr/local/emhttp/plugins/plugin-name/Sample-Config.page renamed to src/usr/local/emhttp/plugins/plugin-name/MyPlugin-Config.page

File renamed without changes.

src/usr/local/emhttp/plugins/plugin-name/Sample-Dashboard.page renamed to src/usr/local/emhttp/plugins/plugin-name/MyPlugin-Dashboard.page

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $mytiles["plugin-name"]["column1"] = <<<EOT
2020
<!-- Primary control buttons -->
2121
</span>
2222
<span class='tile-header-right-controls'>
23-
<a href="/Settings/Sample-Config" title="_(Settings)_"><i class="fa fa-fw fa-cog control"></i></a>
23+
<a href="/Settings/MyPlugin-Config" title="_(Settings)_"><i class="fa fa-fw fa-cog control"></i></a>
2424
</span>
2525
</span>
2626
</span>

0 commit comments

Comments
 (0)