diff options
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index 1e9b49e..0dba1ce 100644 --- a/src/index.html +++ b/src/index.html @@ -9,7 +9,8 @@ <div id="AppContainer" class="parent"> <script id="item-template" type="x-tmpl-mustache"> <a href="#" class="item" id="app-{{id}}" app-id="{{ id }}" onclick="window.launch(this);" style="display:none"> - <img id="icon-{{id}}" class="icon" src="/images/icons/blank_inactive.svg"> + <img id="icon-inactive-{{id}}" class="icon inactive" src="/images/icons/blank_inactive.svg"> + <img id="icon-enabled-{{id}}" class="icon enabled" src="/images/icons/blank_active.svg"> <div class="name"> {{ name }} </div> |