mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 18:01:23 -06:00
e806f32cae
The IPA.dialog has been modified to support sections. The add dialog for permission has been modified to include the target section. The base dialog classes have been moved from widget.js into a new file called dialog.js. This patch also includes ayoung's fix for parameter name and format for the permission attributes. https://fedorahosted.org/freeipa/ticket/791
29 lines
1.2 KiB
HTML
29 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Entity Test Suite</title>
|
|
<link rel="stylesheet" href="qunit.css" type="text/css" media="screen">
|
|
<script type="text/javascript" src="qunit.js"></script>
|
|
<script type="text/javascript" src="../jquery.js"></script>
|
|
<script type="text/javascript" src="../jquery.ba-bbq.js"></script>
|
|
<script type="text/javascript" src="../ipa.js"></script>
|
|
<script type="text/javascript" src="../widget.js"></script>
|
|
<script type="text/javascript" src="../dialog.js"></script>
|
|
<script type="text/javascript" src="../details.js"></script>
|
|
<script type="text/javascript" src="../search.js"></script>
|
|
<script type="text/javascript" src="../add.js"></script>
|
|
<script type="text/javascript" src="../associate.js"></script>
|
|
<script type="text/javascript" src="../navigation.js"></script>
|
|
<script type="text/javascript" src="../entity.js"></script>
|
|
<script type="text/javascript" src="entity_tests.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1 id="qunit-header">Entity Test Suite</h1>
|
|
<h2 id="qunit-banner"></h2>
|
|
<div id="qunit-testrunner-toolbar"></div>
|
|
<h2 id="qunit-userAgent"></h2>
|
|
<ol id="qunit-tests"></ol>
|
|
<div id="qunit-fixture"></div>
|
|
</body>
|
|
</html>
|