Fixed the traffic reporting, tidied the display
This commit is contained in:
parent
34e5a42ea5
commit
113a003098
@ -11,7 +11,7 @@
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
const CACHE_VERSION = { 'version': '0.0.691' };
|
||||
const CACHE_VERSION = { 'version': '0.0.695' };
|
||||
const dataCacheName = 'jubileeData-v1';
|
||||
const cacheName = 'jubilee-final-1';
|
||||
const filesToCache = [
|
||||
|
@ -138,8 +138,8 @@ const TrafficView = Backbone.View.extend({
|
||||
},
|
||||
'template': _.template(`
|
||||
<div class="">
|
||||
<div><i class="small fa <%= "fa-" + dest.toLowerCase() %> mui--align-middle "></i> <%=readable%> to <%= dest.toLowerCase() %></div>
|
||||
<div class="<%= className %>"><%=traffic %></div>
|
||||
<div class="itemRow mui--align-middle"><i class=" fa <%= "fa-" + dest.toLowerCase() %> fa-2x mui--align-middle <%= className %>"></i> <%=readable%> to <%= dest.toLowerCase() %> <span class="<%= className %>"><%=traffic %></span></div>
|
||||
|
||||
|
||||
</div>
|
||||
`),
|
||||
|
Loading…
Reference in New Issue
Block a user