diff options
Diffstat (limited to 'sdc-workflow-designer-ui/src/index.html')
-rw-r--r-- | sdc-workflow-designer-ui/src/index.html | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/sdc-workflow-designer-ui/src/index.html b/sdc-workflow-designer-ui/src/index.html index e876fc8c..2c5ee42b 100644 --- a/sdc-workflow-designer-ui/src/index.html +++ b/sdc-workflow-designer-ui/src/index.html @@ -13,14 +13,20 @@ --> <!doctype html> <html lang="en"> + <head> - <meta charset="utf-8"> - <title>Workflow Designer</title> - <base href="/"> + <meta charset="utf-8"> + <title>Workflow Designer</title> + <base href="/"> - <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="viewport" content="width=device-width, initial-scale=1"> </head> + <body> - <app-root></app-root> + <script> + window.__theme = 'bs4'; + </script> + <app-root></app-root> </body> + </html> |