jive-sdk
Version:
Node.js SDK for Jive Software to assist with the development of add-ons
23 lines (19 loc) • 696 B
HTML
<html>
<head>
<link rel="stylesheet" type="text/css" href="{{{host}}}/stylesheets/style.css">
<script src="{{{host}}}/javascripts/jquery-1.8.3.js"></script>
<script src="{{{host}}}/performance-tile/javascripts/main.js"></script>
</head>
<body>
<div class="j-card">
<h2>Configure Performance Level Ranges</h2>
<p>
Maximum response time allowable for each level:
<label><strong>Fast </strong> <input id="limit_3" type="number" /> ms</label>
<label><strong>Good </strong> <input id="limit_2" type="number" /> ms</label>
<label><strong>Slow </strong> <input id="limit_1" type="number" /> ms</label>
</p>
<button id="btn_submit">Submit</button>
</div>
</body>
</html>