Mercurial > code > home > repos > victoriametrics
view index.js @ 82:5a526531305f
rules
author | drewp@bigasterisk.com |
---|---|
date | Wed, 07 Aug 2024 15:10:28 -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 })); }