Add progress bar to other parts of the config app
Hardcode active classes to modal step bars
This commit is contained in:
parent
100d7eae81
commit
ab4bfee019
18 changed files with 131 additions and 32 deletions
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<script type="text/javascript">
|
||||
window.__endpoints = {{ route_data|tojson|safe }}.paths;
|
||||
window.__config = {{ config_set|tojson|safe }};
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -28,7 +29,7 @@
|
|||
{% endfor %}
|
||||
<title>Config app</title>
|
||||
</head>
|
||||
<body class="co-img-bg-network">
|
||||
<body class="co-img-bg-network quay-config-app">
|
||||
<config-setup-app></config-setup-app>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Reference in a new issue