Imported Upstream version 4.3.1
This commit is contained in:
40
install/migration/error.html
Normal file
40
install/migration/error.html
Normal file
@@ -0,0 +1,40 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>IPA: Identity Policy Audit</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../ui/css/patternfly.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../ui/css/ipa.css" />
|
||||
</head>
|
||||
|
||||
<body class="info-page">
|
||||
<nav class="navbar navbar-default navbar-pf" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a class="brand" href="../ui/index.html"><img src="../ui/images/header-logo.png" alt="FreeIPA"></a>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
|
||||
<h1>We're Sorry</h1>
|
||||
<div class="formcontent">
|
||||
<p>
|
||||
There was a problem with your request. Please, try again later.
|
||||
</p>
|
||||
<p>
|
||||
If the problem persists, contact your administrator.
|
||||
</p>
|
||||
<p>
|
||||
<a href="index.html" class="btn btn-default" title="Return back">Return back</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user