diff --git a/angular.json b/angular.json index 96e78a9..97bb60e 100644 --- a/angular.json +++ b/angular.json @@ -11,6 +11,7 @@ "schematics": {}, "architect": { "build": { + "defaultConfiguration": "dev", "builder": "@angular-builders/custom-webpack:browser", "options": { "customWebpackConfig": { @@ -35,7 +36,14 @@ }, "configurations": { "production": { - "optimization": true, + "optimization": { + "scripts": true, + "styles": { + "minify": true, + "inlineCritical": false + }, + "fonts": true + }, "outputHashing": "all", "sourceMap": false, "extractCss": true, @@ -53,7 +61,14 @@ ] }, "staging": { - "optimization": true, + "optimization": { + "scripts": true, + "styles": { + "minify": true, + "inlineCritical": false + }, + "fonts": true + }, "outputHashing": "all", "sourceMap": false, "extractCss": true, @@ -71,7 +86,14 @@ ] }, "test": { - "optimization": true, + "optimization": { + "scripts": true, + "styles": { + "minify": true, + "inlineCritical": false + }, + "fonts": true + }, "outputHashing": "all", "sourceMap": false, "extractCss": true, diff --git a/src/app/workflow-spec-card/workflow-spec-card.component.html b/src/app/workflow-spec-card/workflow-spec-card.component.html index b60b0c0..05d5da1 100644 --- a/src/app/workflow-spec-card/workflow-spec-card.component.html +++ b/src/app/workflow-spec-card/workflow-spec-card.component.html @@ -15,7 +15,7 @@ -
+
ID
{{workflowSpec.id}}
Name
{{workflowSpec.name}}
Description
{{workflowSpec.description}}
diff --git a/src/app/workflow-spec-list/workflow-spec-list.component.html b/src/app/workflow-spec-list/workflow-spec-list.component.html index a3c9db1..89eaf9c 100644 --- a/src/app/workflow-spec-list/workflow-spec-list.component.html +++ b/src/app/workflow-spec-list/workflow-spec-list.component.html @@ -1,11 +1,11 @@ -
+

Workflow Specifications

-
- - @@ -20,7 +20,7 @@

Master Specification

- {{masterStatusSpec.display_name}} + {{masterStatusSpec.display_name}}
@@ -31,7 +31,7 @@

Libraries

- {{wfs.display_name}} + {{wfs.display_name}}