[ADF-2452] Task Standalone component (#3084)

* Add a new standalone component to show when there is no form attached to a task.
This commit is contained in:
camorra-skk
2018-03-20 12:23:19 +00:00
committed by Eugenio Romano
parent c578529b15
commit afb91cf062
11 changed files with 344 additions and 21 deletions
+2
View File
@@ -8,6 +8,7 @@
@import '../task-list/components/start-task.component';
@import '../task-list/components/task-filters.component';
@import '../task-list/components/task-header.component';
@import '../task-list/components/task-standalone.component';
@import '../app-list/apps-list.component';
@mixin adf-process-services-theme($theme) {
@@ -22,4 +23,5 @@
@include adf-process-attachment-list-theme($theme);
@include adf-task-attachment-list-theme($theme);
@include adf-apps-theme($theme);
@include adf-task-standalone-component-theme($theme);
}