diff options
Diffstat (limited to 'ecomp-portal-FE-common/client/app/views/tabs/tabframe.html')
-rw-r--r-- | ecomp-portal-FE-common/client/app/views/tabs/tabframe.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ecomp-portal-FE-common/client/app/views/tabs/tabframe.html b/ecomp-portal-FE-common/client/app/views/tabs/tabframe.html index c7034edd..79dd0928 100644 --- a/ecomp-portal-FE-common/client/app/views/tabs/tabframe.html +++ b/ecomp-portal-FE-common/client/app/views/tabs/tabframe.html @@ -2,7 +2,7 @@ ============LICENSE_START========================================== ONAP Portal =================================================================== - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. =================================================================== Unless otherwise specified, all software contained herein is licensed @@ -32,9 +32,9 @@ limitations under the License. ============LICENSE_END============================================ - - + --> <iframe id= "tabframe-{{tab.title.split(' ').join('-')}}" scrolling='yes' frameBorder='0' width='100%' class='tab-iframe' -src='{{tab.content | trusted}}' -></iframe>
\ No newline at end of file +src='' onLoad="loadFrame();" +> +</iframe>
\ No newline at end of file |