Skip to content

Commit

Permalink
fixup: tweak global icon path var arrangement
Browse files Browse the repository at this point in the history
  • Loading branch information
ploxiln committed Feb 6, 2019
1 parent 90f9db6 commit 5604b71
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions webapp/graphite/templates/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@
var REMOVE_ICON = '{% static "js/ext/resources/icons/fam/cross.gif" %}';
var REFRESH_ICON = '{% static "js/ext/resources/icons/fam/table_refresh.png" %}';
var SHARE_ICON = '{% static "js/ext/resources/icons/fam/application_go.png" %}';
var HELP_ICON = '{% static "js/ext/resources/icons/fam/information.png" %}';
var CALENDAR_ICON = '{% static "js/ext/resources/images/default/shared/calendar.gif" %}';
var CLOCK_ICON = '{% static "img/clock_16.png" %}';
var HELP_ICON = '{% static "js/ext/resources/icons/fam/information.png" %}';

// Prefetch images for use in Target grid
var UP_ICON = '{% static "img/move_up.png" %}';
var DOWN_ICON = '{% static "img/move_down.png" %}';
var TRASH_ICON = '{% static "img/trash.png" %}';
var UP_ICON = '{% static "img/move_up.png" %}';
var DOWN_ICON = '{% static "img/move_down.png" %}';
var TRASH_ICON = '{% static "img/trash.png" %}';

{% if initialState %}
var initialState = JSON.parse('{{ initialState|escapejs }}');
Expand Down

0 comments on commit 5604b71

Please sign in to comment.