aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/vnfs/auth-guard-modal
AgeCommit message (Collapse)AuthorFilesLines
2019-03-06Revert "multiple asible servers support"Patrick Brady1-2/+1
Some functionality was accidentally removed This reverts commit 611c9da62c2e266f9facd97dc9f340ce311060a3. Change-Id: I1aefbbc0ede8cdda59acc8bdf7b047e506aad813 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1510
2019-03-04multiple asible servers supportasgar1-1/+2
multiple asible servers support for CDT Issue-ID: APPC-1510 Change-Id: Id1b1b02274487cfbf6f108a57211a192924a6b08 Signed-off-by: Mohamed Asgar Samiulla <ma926a@us.att.com>
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>