diff options
Diffstat (limited to 'src/main/resources/META-INF')
4 files changed, 0 insertions, 161 deletions
diff --git a/src/main/resources/META-INF/resources/designer/partials/invalid_login.html b/src/main/resources/META-INF/resources/designer/partials/invalid_login.html deleted file mode 100644 index 7c279c0f6..000000000 --- a/src/main/resources/META-INF/resources/designer/partials/invalid_login.html +++ /dev/null @@ -1,27 +0,0 @@ -<!-- - ============LICENSE_START======================================================= - ONAP CLAMP - ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights - reserved. - ================================================================================ - 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. - ============LICENSE_END============================================ - =================================================================== - ECOMP is a trademark and service mark of AT&T Intellectual Property. - --> - - -<div attribute-test="invalidlogin" class="warning"> - <h2>CSP Authentication not available for {{host}}.</h2> -</div> diff --git a/src/main/resources/META-INF/resources/designer/partials/please_wait.html b/src/main/resources/META-INF/resources/designer/partials/please_wait.html deleted file mode 100644 index 8068e4cf5..000000000 --- a/src/main/resources/META-INF/resources/designer/partials/please_wait.html +++ /dev/null @@ -1,28 +0,0 @@ -<!-- - ============LICENSE_START======================================================= - ONAP CLAMP - ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights - reserved. - ================================================================================ - 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. - ============LICENSE_END============================================ - =================================================================== - ECOMP is a trademark and service mark of AT&T Intellectual Property. - --> - - -<div attribute-test="pleasewait"> - <h1>Please Wait.....{{urlparam}}</h1> - -</div> diff --git a/src/main/resources/META-INF/resources/designer/partials/portfolios/running_instances.html b/src/main/resources/META-INF/resources/designer/partials/portfolios/running_instances.html deleted file mode 100644 index 1117c1601..000000000 --- a/src/main/resources/META-INF/resources/designer/partials/portfolios/running_instances.html +++ /dev/null @@ -1,67 +0,0 @@ -<!-- - ============LICENSE_START======================================================= - ONAP CLAMP - ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights - reserved. - ================================================================================ - 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. - ============LICENSE_END============================================ - =================================================================== - ECOMP is a trademark and service mark of AT&T Intellectual Property. - --> - -<style> -table, th, td { - border: 1px solid black; - padding:2px 5px 2px 5px; - font-size:120%; - -} -th{ -background-color:#5D99D8; -} -tr:nth-child(2n){ -background-color:#D2DDEF; -} -</style> -<div attribute-test="runningInstances" id="configure-widgets"> - - <div attribute-test="runningInstancesh" class="modal-header"> - <button type="button" class="close" ng-click="close(false)" - aria-hidden="true" style="margin-top: -3px">×</button> - <h4>Running Instances</h4> - </div> - <div class="modal-body" style="" align="center"> - <div style="height: 30px"></div> - - - <table id="runningTable"> - <tr><th>NAME</th><th>LOCATION</th><th>STATUS</th><th>VIEW</th></tr> - - </table> - - - </div> - <div attribute-test="runningInstancesf" class="modal-footer"> - <button ng-click="close(true)" class="btn btn-primary">Close</button> - </div> - <script> - console.log(runningInstances) - for(var key in runningInstances){ - $("#runningTable").append("<tr><td>"+runningInstances[key].vmName+"</td>"+"<td>"+runningInstances[key].location+"</td>"+"<td>"+runningInstances[key].status+"</td>"+"<td>"+runningInstances[key].view+"</td>"); - } - - </script> -</div> - diff --git a/src/main/resources/META-INF/resources/login.html b/src/main/resources/META-INF/resources/login.html deleted file mode 100644 index 76cb7a6d7..000000000 --- a/src/main/resources/META-INF/resources/login.html +++ /dev/null @@ -1,39 +0,0 @@ -<!DOCTYPE html> -<!-- - ============LICENSE_START======================================================= - ONAP CLAMP - ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights - reserved. - ================================================================================ - 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. - ============LICENSE_END============================================ - =================================================================== - ECOMP is a trademark and service mark of AT&T Intellectual Property. - --> -<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" - xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity3"> - <head> - <title>CLDS</title> - </head> - <body> - - <p th:case="${error}">Welcome to Clamp. Please login first.</p> - - <form th:action="@{/login}" method="post"> - <div><label> User Name : <input type="text" name="username"/> </label></div> - <div><label> Password: <input type="password" name="password"/> </label></div> - <div><input type="submit" value="Sign In"/></div> - </form> - </body> -</html>
\ No newline at end of file |