diff options
author | 2016-09-14 18:06:11 +0800 | |
---|---|---|
committer | 2016-09-14 18:06:11 +0800 | |
commit | 72f3252388b55377cecd503757475a38139e6f9e (patch) | |
tree | 781afa0149405d67096a273687f2236dc06447c6 /openo-portal/portal-lifecyclemgr/js/rest.js | |
parent | a06adb7140c3ef4409f8187c72c77e8334402b88 (diff) |
added the changes for the SDNO LCM and copyright and license infor for all the js files
Change-Id: I92a2ea3f0060d63d721e7a48a0cc342556fc6967
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Diffstat (limited to 'openo-portal/portal-lifecyclemgr/js/rest.js')
-rw-r--r-- | openo-portal/portal-lifecyclemgr/js/rest.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/openo-portal/portal-lifecyclemgr/js/rest.js b/openo-portal/portal-lifecyclemgr/js/rest.js index 33da54a3..e812a46c 100644 --- a/openo-portal/portal-lifecyclemgr/js/rest.js +++ b/openo-portal/portal-lifecyclemgr/js/rest.js @@ -1,3 +1,18 @@ +/* Copyright (c) 2016, Huawei Technologies Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
$(function(){
$('.creat-btn').click(function(){
$('#vmAppDialog').addClass('in').css({'display':'block'});
|