mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Include and use policy icon in the UI
430954
This commit is contained in:
@@ -16,3 +16,4 @@ r/* object h1 styles */
|
||||
#details h1.system { background-image: url('/static/images/objects/object-system.png'); }
|
||||
#details h1.virtualsystem { background-image: url('/static/images/objects/object-virtualsystem.png'); }
|
||||
|
||||
#details h1.policy { background-image: url('/static/images/objects/object-policy.png'); }
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
@@ -24,7 +24,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<h1>Edit IPA Policy</h1>
|
||||
<h1 class="policy">Edit IPA Policy</h1>
|
||||
|
||||
${form.display(action=tg.url('/ipapolicy/update'), value=ipapolicy)}
|
||||
</div>
|
||||
|
||||
@@ -31,7 +31,7 @@ edit_url = tg.url('/ipapolicy/edit')
|
||||
|
||||
<script type="text/javascript" charset="utf-8" src="${tg.url('/static/javascript/tablekit.js')}"></script>
|
||||
|
||||
<h1>Manage IPA Policy</h1>
|
||||
<h1 class="policy">Manage IPA Policy</h1>
|
||||
<input class="submitbutton" type="button"
|
||||
onclick="document.location.href='${edit_url}'"
|
||||
value="Edit Policy" />
|
||||
|
||||
@@ -30,7 +30,7 @@ from ipagui.helpers import ipahelper
|
||||
|
||||
<script type="text/javascript" charset="utf-8" src="${tg.url('/static/javascript/tablekit.js')}"></script>
|
||||
|
||||
<h1>Manage Policy</h1>
|
||||
<h1 class="policy">Manage Policy</h1>
|
||||
|
||||
<table>
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user