File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
front-end/src/views/management/brokers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,15 +222,15 @@ export default {
222
222
for (var policy in res .data ) {
223
223
for (var i in res .data [policy].primary ) {
224
224
var regexPrimary = new RegExp (res .data [policy].primary [i])
225
- if (regexPrimary .test (this .postFormbroker )) {
225
+ if (regexPrimary .test (this .postForm . broker )) {
226
226
if (tempIsolationPolicy .indexOf (policy) < 0 ) {
227
227
tempIsolationPolicy .push (policy)
228
228
}
229
229
}
230
230
}
231
231
for (var j in res .data [policy].secondary ) {
232
232
var regexSecondary = new RegExp (res .data [policy].secondary [j])
233
- if (regexSecondary .test (this .postFormbroker )) {
233
+ if (regexSecondary .test (this .postForm . broker )) {
234
234
if (tempIsolationPolicy .indexOf (policy) < 0 ) {
235
235
tempIsolationPolicy .push (policy)
236
236
}
You can’t perform that action at this time.
0 commit comments