Add progress bar to other parts of the config app

Hardcode active classes to modal step bars
This commit is contained in:
Sam Chow 2018-07-03 13:06:54 -04:00
parent 100d7eae81
commit ab4bfee019
18 changed files with 131 additions and 32 deletions

View file

@ -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>