mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-23 11:28:59 +00:00
Move new device timestamp to box header
The device ID is already long enough to make it a bit hard to read the body message, so moving the timestamp to the header unclutters the body a bit.
This commit is contained in:
parent
6b99cdb83a
commit
ba01433381
@ -121,12 +121,13 @@
|
|||||||
<div class="panel panel-warning">
|
<div class="panel panel-warning">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<h3 class="panel-title">
|
<h3 class="panel-title">
|
||||||
<identicon data-value="device"></identicon> <span translate>New Device</span>
|
<identicon data-value="device"></identicon>
|
||||||
|
<span translate>New Device</span>
|
||||||
|
<span class="pull-right">{{ event.time | date:"yyyy-MM-dd HH:mm:ss" }}</span>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<p>
|
<p>
|
||||||
<small>{{ event.time | date:"yyyy-MM-dd HH:mm:ss" }}:</small>
|
|
||||||
<span translate translate-value-device="{{ device }}" translate-value-address="{{ event.data.address }}">
|
<span translate translate-value-device="{{ device }}" translate-value-address="{{ event.data.address }}">
|
||||||
Device {%device%} ({%address%}) wants to connect. Add new device?
|
Device {%device%} ({%address%}) wants to connect. Add new device?
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user