X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=rulemgt-frontend%2Fsrc%2Fapp%2Fcorrelation-ruleList%2FalarmRule.ts;fp=rulemgt%2Fsrc%2Fmain%2Ffrontend%2Fsrc%2Falarm%2Fapp%2Fcorrelation-ruleList%2FalarmRule.ts;h=9c36d30e25c7751eb94f0e921a061e2968bd6e30;hb=9720e7d6a706d79f50778af6a39ce6fba79955ed;hp=69c5b224c4ab7e21db6860c766c77b51d5897cd4;hpb=0b1df79ef7749d62b4412e5433538d32feb6850c;p=holmes%2Frule-management.git diff --git a/rulemgt/src/main/frontend/src/alarm/app/correlation-ruleList/alarmRule.ts b/rulemgt-frontend/src/app/correlation-ruleList/alarmRule.ts similarity index 83% rename from rulemgt/src/main/frontend/src/alarm/app/correlation-ruleList/alarmRule.ts rename to rulemgt-frontend/src/app/correlation-ruleList/alarmRule.ts index 69c5b22..9c36d30 100644 --- a/rulemgt/src/main/frontend/src/alarm/app/correlation-ruleList/alarmRule.ts +++ b/rulemgt-frontend/src/app/correlation-ruleList/alarmRule.ts @@ -14,13 +14,14 @@ limitations under the License. */ export class RuleModel { - ruleid: string; - rulename: string; + ruleId: string; + ruleName: string; description: string; content: string; - createtime: Date; + createTime: Date; creator: number; - updatetime: Date; + updateTime: Date; modifier: string; - enabled?; + loopControlName: string; + enabled?: any; } \ No newline at end of file