mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-26 15:09:53 +03:00
[demo] Use raw.githubusercontent.com endpoint instead of joxit.github.io
This commit is contained in:
parent
d8b30c6300
commit
7400d0466a
1 changed files with 2 additions and 2 deletions
|
@ -36,9 +36,9 @@
|
|||
}
|
||||
} catch (e) { return true; }
|
||||
})()) {
|
||||
localStorage.setItem('registryServer', JSON.stringify([(location.origin + location.pathname).replace(/\/$/, '')]))
|
||||
localStorage.setItem('registryServer', JSON.stringify(['https://raw.githubusercontent.com/Joxit/docker-registry-ui/master/demo']))
|
||||
}
|
||||
|
||||
|
||||
</script>
|
||||
<script src="../dist/scripts/vendor.js"></script>
|
||||
<script src="../dist/scripts/docker-registry-ui.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue