From e916ac28ba46ff7cad64f1a3150b128ba4772c70 Mon Sep 17 00:00:00 2001 From: sebdet Date: Mon, 16 Mar 2020 11:04:34 -0700 Subject: Rework the policy refresh Rework the policy refresh for the new unique dialog policyModel Issue-ID: CLAMP-578 Signed-off-by: sebdet Change-Id: Ie8c91223e92c1e344d7ead5784ffea33d4f6a00f --- ui-react/src/api/LoopCache.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ui-react/src/api/LoopCache.js') diff --git a/ui-react/src/api/LoopCache.js b/ui-react/src/api/LoopCache.js index 5eaa79a6..c54337f2 100644 --- a/ui-react/src/api/LoopCache.js +++ b/ui-react/src/api/LoopCache.js @@ -70,10 +70,6 @@ export default class LoopCache { return this.loopJsonCache["name"]; } - getOperationalPolicyConfigurationJson() { - return this.loopJsonCache["operationalPolicies"]["0"]["configurationsJson"]; - } - getOperationalPolicyJsonSchema() { return this.loopJsonCache["operationalPolicies"]["0"]["jsonRepresentation"]; } -- cgit