From 3159458ff8563771a5460839fd75bdc25159ea87 Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Tue, 8 Aug 2017 16:52:35 -0400 Subject: Revise open-source login strategy impl - Get required decryption key from system.properties, not portal.properties - Add icon mapping for ION icons - Add license header on a few fiels Issue: PORTAL-64 Change-Id: I0da14178a331c3926bc4c51425f8d9a6877685bc Signed-off-by: Christopher Lott (cl778h) --- .../app/fusion/external/ds2/css/digital-ng-library/ecomp-ionicons.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ecomp-sdk/epsdk-app-os/src/main/webapp/app/fusion/external') diff --git a/ecomp-sdk/epsdk-app-os/src/main/webapp/app/fusion/external/ds2/css/digital-ng-library/ecomp-ionicons.css b/ecomp-sdk/epsdk-app-os/src/main/webapp/app/fusion/external/ds2/css/digital-ng-library/ecomp-ionicons.css index 987a68dd..597b466d 100644 --- a/ecomp-sdk/epsdk-app-os/src/main/webapp/app/fusion/external/ds2/css/digital-ng-library/ecomp-ionicons.css +++ b/ecomp-sdk/epsdk-app-os/src/main/webapp/app/fusion/external/ds2/css/digital-ng-library/ecomp-ionicons.css @@ -59,6 +59,7 @@ .icon-primary-close:before, .close:before, .reset-field:before, .icon-datanetwork-softwareasaservice:before, .icon-datanetwork-messaging2:before, +.icon-controls-settingsconnectedactivity:before, .icon-arrows-upload:before { display: inline-block; font-family: "Ionicons"; @@ -189,3 +190,4 @@ .icon-datanetwork-messaging2:before { content: "\f132"; } +.icon-controls-settingsconnectedactivity:before { content: "\f411"; } \ No newline at end of file -- cgit 1.2.3-korg