v0.5.3-pre.005-fix010
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!-- file: kb-app-demo-desktop/frontend/demo_store_diag.html -->
|
||||
<!-- version: 7 -->
|
||||
<!-- version: 8 -->
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
|
||||
@@ -33,8 +33,8 @@
|
||||
<div class="d-flex flex-wrap gap-2 justify-content-between align-items-center mb-3">
|
||||
<h1 class="h3 card-title mb-0">Diagnostic du store</h1>
|
||||
<div class="d-flex gap-2">
|
||||
<button id="refreshSqlDiagButton" class="btn btn-primary" type="button">Rafraîchir</button>
|
||||
<button id="copySqlDiagButton" class="btn btn-outline-secondary" type="button">Copier JSON</button>
|
||||
<button id="refreshStoreDiagButton" class="btn btn-primary" type="button">Rafraîchir</button>
|
||||
<button id="copyStoreDiagButton" class="btn btn-outline-secondary" type="button">Copier JSON</button>
|
||||
</div>
|
||||
</div>
|
||||
<dl class="row mb-0">
|
||||
@@ -107,4 +107,4 @@
|
||||
<script type="module" src="ts/demo_store_diag.ts" defer></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user