Update index.html
This commit is contained in:
+4
-4
@@ -21,12 +21,12 @@
|
||||
<br />
|
||||
<ul>
|
||||
<li>
|
||||
Remaining meeting time: <b>{{ timeText(totalRemainingTime) }}</b>
|
||||
Remaining meeting time: <b>{{ timeText(totalRemainingTime) }}</b>
|
||||
</li>
|
||||
<li>End estimated at: <b>{{ timeText(estimatedEnd, true) }}</b></li>
|
||||
<li>Total meeting time: <b>{{ timeText(totalTime) }}</b></li>
|
||||
<li>End estimated at: <b>{{ timeText(estimatedEnd, true) }}</b></li>
|
||||
<li>Total meeting time: <b>{{ timeText(totalTime) }}</b></li>
|
||||
<li>
|
||||
<label for="wheighted">Weighted topics</label> <input
|
||||
<label for="wheighted">Weighted topics:</label> <input
|
||||
id="wheighted"
|
||||
v-model="wheighted"
|
||||
type="checkbox"
|
||||
|
||||
Reference in New Issue
Block a user