aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/vnfs/auth-guard-modal
AgeCommit message (Collapse)AuthorFilesLines
2018-08-14auth-guard-modal : removed unused codeArundathi Patil1-2/+3
The NgbActiveModal of ng-bootstarp is injected into auth-guard-modal, but is never used. hence removing it. Issue-ID: APPC-1149 Change-Id: Ie1ba8b11ffb334105bbc6a5a2575fe1507d276e5 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-03auth-guard-modal component : Removed fdescribeArundathi Patil1-1/+1
removed fdescribe from auth-gurad-modal spec file which was accidentally checkedin in the previos checkin Issue-ID: APPC-1064 Change-Id: I15856005e9ef7df13ec58e46287b6437d610917d Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-02added spec for auth-guard componentArundathi Patil1-0/+47
Wrote test case to cover auth-guard component Issue-ID: APPC-1064 Change-Id: Id9da15a608fd7954c380cffac4d94044ae4fe1f5 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-03-01Initial seed code contribution for CDTSkip Wonnell3-0/+81
Issue-ID: APPC-682 Change-Id: I0331ffce2a430195c29d0d1b2295966f9eb28699 Signed-off-by: Skip Wonnell <skip@att.com>