mirror of https://github.com/prometheus/prometheus
Match closing tag to opening button tag (#6587)
Signed-off-by: Daniel Swarbrick <daniel.swarbrick@cloud.ionos.com>pull/6594/head
parent
4aef43a9f5
commit
097fda1440
|
@ -29,7 +29,7 @@
|
||||||
<i class="glyphicon glyphicon-unchecked"></i>
|
<i class="glyphicon glyphicon-unchecked"></i>
|
||||||
<button type="button" class="search-history" title="search previous queries">Enable query history</button>
|
<button type="button" class="search-history" title="search previous queries">Enable query history</button>
|
||||||
</div>
|
</div>
|
||||||
<button type="button" class="btn btn-link btn-sm new_ui_button" onclick="window.location.pathname='{{ pathPrefix }}/new'">Try experimental React UI</a>
|
<button type="button" class="btn btn-link btn-sm new_ui_button" onclick="window.location.pathname='{{ pathPrefix }}/new'">Try experimental React UI</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue