Mercurial > code > home > repos > victoriametrics
view index.js @ 72:85d9dae18656
fix up vmalert k8s objs
author | drewp@bigasterisk.com |
---|---|
date | Fri, 03 May 2024 13:33:33 -0700 |
parents | adde35eb4773 |
children |
line wrap: on
line source
function init(serverUrl) { // this defaults to something incorrect, so we fix it hopefully before you go to vmui localStorage.setItem('SERVER_URL', JSON.stringify({ value: serverUrl })); }