- changed some icons in "task manager" dialog

This commit is contained in:
Mark Friedrich
2019-07-13 15:14:05 +02:00
parent 5a5959d072
commit b805536fda
4 changed files with 6 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ define([
}
};
let syncStatusElement = $( Mustache.render(templateSyncStatus, data ) );
let syncStatusElement = $(Mustache.render(templateSyncStatus, data ));
logDialog.find('.' + config.taskDialogStatusAreaClass).html( syncStatusElement );

View File

@@ -48,7 +48,7 @@ define([
}
};
let syncStatusElement = $( Mustache.render(templateSyncStatus, data ) );
let syncStatusElement = $(Mustache.render(templateSyncStatus, data ));
logDialog.find('.' + config.taskDialogStatusAreaClass).html( syncStatusElement );

View File

@@ -2,7 +2,7 @@
{{! Status (updated by trigger ------------------------------------------------------------- }}
<h4>
<i class="fas fa-fw fa-lg fa-exchange-alt"></i> Map sync
<i class="fas fa-fw fa-lg fa-sync"></i> Map sync
</h4>
<div class="{{dialogDynamicAreaClass}} {{taskDialogStatusAreaClass}}">

View File

@@ -1,7 +1,7 @@
{{#isWebSocket}}
<dl class="dl-horizontal pull-left">
<dt title="Map sync method">Connected</dt>
<dd>WebSocket</dd>
<dd><i class="fas fa-random"></i> WebSocket <span class="txt-color txt-color-grayLight">(persistent)</span></dd>
<dt>Status</dt>
<dd class="txt-color {{syncStatus.webSocket.class}}">{{syncStatus.webSocket.status}}</dd>
<dt>Active</dt>
@@ -10,7 +10,7 @@
<dl class="dl-horizontal pull-left">
<dt></dt>
<dd>SharedWorker</dd>
<dd><i class="fas fa-project-diagram"></i> SharedWorker</dd>
<dt></dt>
<dd class="txt-color {{syncStatus.sharedWorker.class}}">{{syncStatus.sharedWorker.status}}</dd>
<dt></dt>
@@ -21,7 +21,7 @@
{{#isAjax}}
<dl class="dl-horizontal pull-left">
<dt title="Map sync method">Type</dt>
<dd>Ajax <span class="txt-color txt-color-grayLight">(long polling)</span></dd>
<dd><i class="fas fa-retweet"></i> Ajax <span class="txt-color txt-color-grayLight">(long polling)</span></dd>
<dt>Status</dt>
<dd class="txt-color {{syncStatus.ajax.class}}">{{syncStatus.ajax.status}}</dd>
<dt>Last sync</dt>