From f1ca123fdbfe237fadb3f6054d2b6066f361b1e0 Mon Sep 17 00:00:00 2001 From: Alan Quach Date: Sun, 19 May 2019 19:19:43 -0700 Subject: [PATCH] fix(chaos): Stack and detail are actually not required (#7028) --- .../core/src/chaosMonkey/chaosMonkeyExceptions.component.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/scripts/modules/core/src/chaosMonkey/chaosMonkeyExceptions.component.html b/app/scripts/modules/core/src/chaosMonkey/chaosMonkeyExceptions.component.html index e0ad41fbf2c..ff6a2ca5649 100644 --- a/app/scripts/modules/core/src/chaosMonkey/chaosMonkeyExceptions.component.html +++ b/app/scripts/modules/core/src/chaosMonkey/chaosMonkeyExceptions.component.html @@ -42,7 +42,6 @@
Exceptions
class="form-control input-sm" ng-model="exception.stack" ng-change="$ctrl.updateConfig()" - required /> @@ -51,7 +50,6 @@
Exceptions
class="form-control input-sm" ng-model="exception.detail" ng-change="$ctrl.updateConfig()" - required />