generated from Grigo/AndroidTemplate
added rx Quality
This commit is contained in:
@@ -206,6 +206,14 @@
|
||||
<div id="map"></div>
|
||||
</div>
|
||||
<aside>
|
||||
<div class="panel" style="flex:1;display:flex;flex-direction:column">
|
||||
<h2>Чат</h2>
|
||||
<div id="chatLog"></div>
|
||||
<form id="chatForm">
|
||||
<input type="text" id="chatInput" placeholder="Сообщение…" autocomplete="off" />
|
||||
<button type="submit">→</button>
|
||||
</form>
|
||||
</div>
|
||||
<div class="panel">
|
||||
<h2>Устройства</h2>
|
||||
<ul id="deviceList"></ul>
|
||||
@@ -282,14 +290,6 @@
|
||||
<div id="timelineStats">—</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel" style="flex:1;display:flex;flex-direction:column">
|
||||
<h2>Чат</h2>
|
||||
<div id="chatLog"></div>
|
||||
<form id="chatForm">
|
||||
<input type="text" id="chatInput" placeholder="Сообщение…" autocomplete="off" />
|
||||
<button type="submit">→</button>
|
||||
</form>
|
||||
</div>
|
||||
</aside>
|
||||
<div id="trackTimeline">
|
||||
<div class="timeline-bar">
|
||||
|
||||
Reference in New Issue
Block a user