Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed May 2, 2022
2 parents 845b6c3 + 4b535e0 commit dc3a115
Show file tree
Hide file tree
Showing 14 changed files with 821 additions and 692 deletions.
4 changes: 4 additions & 0 deletions gui/admin-gui/src/frontend/scss/midpoint-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ body.custom-hold-transition {
bottom: 55px !important;
}

#wicketDebugBar img {
vertical-align: unset;
}

div.wicket-debug-buttons {
border: 1px solid #000000;
background-color: #ffffff;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!DOCTYPE html>
<!--
~ Copyright (c) 2010-2022 Evolveum
~
~ This work is dual-licensed under the Apache License 2.0
~ and European Union Public License. See LICENSE file for details.
-->

<html xmlns:wicket="http://wicket.apache.org" lang="en" class="no-js">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<wicket:header-items/>
<title>
<span wicket:id="title"/>
</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>

<link href="css/fonts.css" type="text/css" rel="stylesheet"/>
<link href="css/font-evosome.css" type="text/css" rel="stylesheet"/>

<link type="text/css" rel="stylesheet" href="static/vendors-theme.css"/>
<link type="text/css" rel="stylesheet" href="static/midpoint-theme.css"/>

<wicket:link>
<script src="../../../../../../webjars/password-score/689ddae/dist/js/password-score.js" type="text/javascript" ></script>
<script src="../../../../../../webjars/password-score/689ddae/dist/js/password-score-options.js" type="text/javascript" ></script>
</wicket:link>

</head>

<body wicket:id="body" class="sidebar-mini control-sidebar-slide-open sidebar-mini-md sidebar-mini-xs" style="height: auto;">

<wicket:child/>

<div class="wicket-debug-buttons" wicket:id="debugBar">
<a wicket:id="dumpPageTree">Dump page tree to console</a>
</div>
<div wicket:id="debugPanel" style="z-index: 10000;"/>

<script type="text/javascript" src="static/vendors.bundle.js"></script>
<script type="text/javascript" src="static/midpoint.bundle.js"></script>
</body>
</html>

0 comments on commit dc3a115

Please sign in to comment.