diff options
author | Arul <arul.nambi@amdocs.com> | 2018-01-15 11:04:25 -0500 |
---|---|---|
committer | Arul <arul.nambi@amdocs.com> | 2018-01-15 11:09:58 -0500 |
commit | a38f3d6bb17a478d08016e49d6c2a667ac483d4a (patch) | |
tree | e125fd7d7b194fd3a902e34deb86bc7b8bf7b50f /resources/scss/_components.scss | |
parent | 9c0205dc5bfdac8931a4d8797240a4787d6af2dc (diff) |
Introduction of external URLs
Introduce external URLs to get AAI UI to show a specific graph
Change-Id: Ibc10dab32540f2c8347df1be535e48b88308b9ec
Signed-off-by: Arul <arul.nambi@amdocs.com>
Issue-ID: AAI-626
Diffstat (limited to 'resources/scss/_components.scss')
-rw-r--r-- | resources/scss/_components.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/scss/_components.scss b/resources/scss/_components.scss index 882e1cc..38f9189 100644 --- a/resources/scss/_components.scss +++ b/resources/scss/_components.scss @@ -21,6 +21,7 @@ * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ + @import "components/validationForm"; @import "components/slidePanel"; @import "components/toggleInput"; @@ -31,6 +32,7 @@ @import "components/titledComponent"; @import "components/containerPanel"; @import "components/filterBar"; +@import "components/launchExternalResource/launchExternalResource"; %noselect { -webkit-touch-callout: none; @@ -73,3 +75,4 @@ } } + |