mirror of
https://github.com/swisspol/GCDWebServer.git
synced 2026-04-24 00:00:04 +08:00
Fix
This commit is contained in:
@@ -132,7 +132,7 @@
|
|||||||
<td class="column-path"><p>{%=o.path%}</p></td>
|
<td class="column-path"><p>{%=o.path%}</p></td>
|
||||||
<td class="column-progress">
|
<td class="column-progress">
|
||||||
<div class="progress">
|
<div class="progress">
|
||||||
<div class="progress-bar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" id="progress-bar"></div>
|
<div class="progress-bar" id="progress-bar"></div>
|
||||||
</div>
|
</div>
|
||||||
</ts>
|
</ts>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -140,7 +140,7 @@
|
|||||||
|
|
||||||
<script type="text/x-tmpl" id="template-alert">
|
<script type="text/x-tmpl" id="template-alert">
|
||||||
<div class="alert alert-{%=o.level%} alert-dismissable">
|
<div class="alert alert-{%=o.level%} alert-dismissable">
|
||||||
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
|
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||||
<strong>{%=o.title%}</strong>{%=o.description%}
|
<strong>{%=o.title%}</strong>{%=o.description%}
|
||||||
</div>
|
</div>
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user