diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2017-01-25 03:41:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2017-01-25 03:41:32 +0000 |
commit | f70f13cc08d7194d4fec1505adf345d565f47c8a (patch) | |
tree | de5f4f7166ab69b145902f401b083969ae532e9a /portal-lifecyclemgr/src/main/webapp/lifecyclemgr/InputData.html | |
parent | 8f7e7751c35e9821dfa316aed675bf79b564369d (diff) | |
parent | 5d17584aa2a6d621e7a986a0d5193f9a52610716 (diff) |
Merge "Replace all tabs with spaces"
Diffstat (limited to 'portal-lifecyclemgr/src/main/webapp/lifecyclemgr/InputData.html')
-rw-r--r-- | portal-lifecyclemgr/src/main/webapp/lifecyclemgr/InputData.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/InputData.html b/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/InputData.html index b0ebdee9..0c3795c1 100644 --- a/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/InputData.html +++ b/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/InputData.html @@ -27,14 +27,14 @@ <link href="css/bootstrap-table.min.css" rel="stylesheet"/>
<script type="text/javascript" src="js/jquery-1.11.2.min.js"></script>
- <script type="text/javascript" src="../common/thirdparty/jquery.i18n/jquery.i18n.properties-1.0.9.js"></script>
+ <script type="text/javascript" src="../common/thirdparty/jquery.i18n/jquery.i18n.properties-1.0.9.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/rest.js"></script>
- <script type="text/javascript" src="js/gsolcm.js"></script>
+ <script type="text/javascript" src="js/gsolcm.js"></script>
<script type="text/javascript" src="js/bootstrap-table.min.js"></script>
<script>
$(document).ready(function () {
- new lcmHandler();
+ new lcmHandler();
$('[data-toggle="tooltip"]').tooltip();
var params = new URLSearchParams(window.location.search.slice(1));
|