feat(GUI): display succeeded and failed devices on finish screen (#2206)

We display the quantity of succeeded and failed devices using status
dots on the finish screen.

Change-Type: patch
Changelog-Entry: Display succeeded and failed device quantities on the
finish screen.
This commit is contained in:
Benedict Aas
2018-04-17 15:52:02 +01:00
committed by GitHub
parent a044d2fe86
commit 32bc615e78
11 changed files with 118 additions and 28 deletions

View File

@@ -35,7 +35,8 @@ angularValidate.validate(
// External
'hide-if-state',
'show-if-state',
'uib-tooltip'
'uib-tooltip',
'tooltip-placement'
],
angular: true,