mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-05-01 09:29:55 +03:00
feat(riot-v5): create the base of the new UI
This commit is contained in:
parent
cde932ec17
commit
11692c136e
5 changed files with 37 additions and 2 deletions
|
@ -6,5 +6,11 @@ import './style.css';
|
|||
import './roboto.css';
|
||||
import './material-icons.css';
|
||||
|
||||
import 'riot-mui/src/material-elements/material-navbar/material-navbar.scss';
|
||||
import 'riot-mui/src/material-elements/material-footer/material-footer.scss';
|
||||
|
||||
component(DockerRegistryUI)(document.getElementsByTagName('body').item(0))
|
||||
const createApp = component(DockerRegistryUI);
|
||||
const tags = document.getElementsByTagName('docker-registry-ui');
|
||||
for (let i = 0; i < tags.length; i++) {
|
||||
createApp(tags.item(i));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue