Browse Source

checkpoint

webui
Antonio SJ Musumeci 1 week ago
parent
commit
c5afa8e14f
  1. 2
      index.html

2
index.html

@ -275,7 +275,7 @@
return fetch('/kvs/branches?mount=' + encodeURIComponent(mount)) return fetch('/kvs/branches?mount=' + encodeURIComponent(mount))
.then(r => { .then(r => {
if (!r.ok) throw new Error('Failed to fetch branches'); if (!r.ok) throw new Error('Failed to fetch branches');
return r.text();
return r.json();
}); });
} }
function fetchKV(mount) { function fetchKV(mount) {

Loading…
Cancel
Save