Change ui validation error state to 'invalid'
Change-Id: I6b20c679758326e188954c98f9eff4834a53c296
This commit is contained in:
parent
3ad1a4e8d2
commit
9a20239de3
@ -624,7 +624,7 @@ define(['uiRouter', 'angularTable', 'angularDragDrop', 'angularTouch', 'ngSpinne
|
|||||||
}
|
}
|
||||||
var commitState = {
|
var commitState = {
|
||||||
"name": "os_global",
|
"name": "os_global",
|
||||||
"state": "error",
|
"state": "invalid",
|
||||||
"message": message
|
"message": message
|
||||||
};
|
};
|
||||||
wizardFactory.setCommitState(commitState);
|
wizardFactory.setCommitState(commitState);
|
||||||
@ -1082,7 +1082,7 @@ define(['uiRouter', 'angularTable', 'angularDragDrop', 'angularTouch', 'ngSpinne
|
|||||||
}
|
}
|
||||||
var commitState = {
|
var commitState = {
|
||||||
"name": "partition",
|
"name": "partition",
|
||||||
"state": "error",
|
"state": "invalid",
|
||||||
"message": message
|
"message": message
|
||||||
};
|
};
|
||||||
wizardFactory.setCommitState(commitState);
|
wizardFactory.setCommitState(commitState);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user