forked from community/device-mgt-core
Merge pull request #599 from rasika/cloud-3.1.0
Moving error into common logic page.revert-70aa11f8
commit
50a5e10a88
@ -0,0 +1,48 @@
|
|||||||
|
{{!-- Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
||||||
|
|
||||||
|
WSO2 Inc. licenses this file to you 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. --}}
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset='UTF-8'>
|
||||||
|
<link rel="stylesheet" href="https://error.cloud.wso2.com/style/style.css">
|
||||||
|
<link rel="stylesheet" href="https://error.cloud.wso2.com/style/font-mf.css">
|
||||||
|
<title>
|
||||||
|
{{defineZone "title"}}
|
||||||
|
</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="sky">
|
||||||
|
<section>
|
||||||
|
<div class="error-400">
|
||||||
|
<img src="https://error.cloud.wso2.com/images/400-error.svg">
|
||||||
|
</div>
|
||||||
|
<div class="text-label">
|
||||||
|
<h1>{{#defineZone "messageTitle"}}Oops something went wrong{{/defineZone}}</h1>
|
||||||
|
<h2>{{defineZone "messageDescription"}}</h2>
|
||||||
|
<div style="clear: both"></div>
|
||||||
|
<div class="button-label">
|
||||||
|
<a href="https://cloudmgt.cloud.wso2.com/cloudmgt/site/pages/index.jag"><label class="label-back">Back to Cloud </label></a>
|
||||||
|
<a href="https://cloudmgt.cloud.wso2.com/cloudmgt/site/pages/contact-us.jag"><label class="label-report"> Report Issue </label></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<div class="clouds_one"></div>
|
||||||
|
<div class="clouds_two"></div>
|
||||||
|
<div class="clouds_three"></div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"version": "1.0.0",
|
|
||||||
"uri": "/error/404",
|
|
||||||
"layout": "uuf.layout.default",
|
|
||||||
"isAnonymous": true
|
|
||||||
}
|
|
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"version": "1.0.0",
|
||||||
|
"uri": "/errors/default",
|
||||||
|
"layout" : "cdmf.layout.error"
|
||||||
|
}
|
Loading…
Reference in new issue