summaryrefslogtreecommitdiffstats
path: root/vnfmarket/common/templates/serverError.html
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/common/templates/serverError.html')
-rw-r--r--vnfmarket/common/templates/serverError.html48
1 files changed, 0 insertions, 48 deletions
diff --git a/vnfmarket/common/templates/serverError.html b/vnfmarket/common/templates/serverError.html
deleted file mode 100644
index 4e86a65d..00000000
--- a/vnfmarket/common/templates/serverError.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
- Copyright 2017 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.
--->
-<md-dialog aria-label="Error Service dialog" flex="30" class="md-red-theme">
- <form ng-cloak>
- <md-toolbar class="md-hue-2 dialogHeader">
- <div class="md-toolbar-tools">
- <h2>Error</h2>
- <span flex></span>
- <button class="btnTransparency" ng-click="closeDialog()">
- <i class="fa fa-close fa-sm" aria-hidden="true"></i>
- </button>
- </div>
- </md-toolbar>
-
- <md-dialog-content>
- <div class="md-dialog-content">
- <div class="fullWidth center">
- <div class="row">
- <div class="col-xs-2 col-sm-2 col-md-1 col-lg-1 icon glyphicon glyphicon-exclamation-sign icon_error deleteIconSize"></div>
- <div class="msg col-xs-10 col-sm-10 col-md-11 col-lg-11" style="text-align:left;vertical-align: middle;">
- <div> <span>{{'common.message.statusTitle' | translate }} </span> <span>{{error.status}}</span> </div>
- <div> <span>{{'common.message.statusText' | translate }} </span> <span>{{error.statusText}}</span></div>
- </div>
- </div>
- </div>
- </md-dialog-content>
-
- <md-dialog-actions layout="row" class="row deleteAction">
-
- <button ng-click="closeDialog()" class="btn btnDefault btnSpacing deleteBtn">
- {{'common.actions.ok' | translate}}
- </button>
- </md-dialog-actions>
- </form>
-</md-dialog> \ No newline at end of file