diff options
author | c00149107 <chenchuanyu@huawei.com> | 2017-01-24 09:44:39 +0800 |
---|---|---|
committer | c00149107 <chenchuanyu@huawei.com> | 2017-01-24 09:44:39 +0800 |
commit | 5d17584aa2a6d621e7a986a0d5193f9a52610716 (patch) | |
tree | 4778a988b315e843d90eec6fd7ede49af2777d15 /portal-lifecyclemgr/src/main/webapp/lifecyclemgr/InputData.html | |
parent | 6adc7511d2405362cda6cdcf8d7875ac60b10077 (diff) |
Replace all tabs with spaces
Replace all tabs with spaces
Change-Id: I984cad750495d6ae8e803da90ed1869e9c7f5132
Issue-ID:GSO-202
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
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));
|