mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-26 23:55:50 +00:00
Merge branch 'cosmetics' of github.com:nlevitt/heritrix3 into cosmetics
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
<h3>Memory</h3>
|
||||
<div class="progress secondary" style="margin:0.125em 0">
|
||||
<span style="width:${100*engine.heapReport.totalBytes/engine.heapReport.maxBytes}%;padding:0;border:0" class="meter progress">
|
||||
<span style="width:${100*engine.heapReport.usedBytes/engine.heapReport.totalBytes}%;background-color:#428bca;opacity:0.6" class="meter"></span>
|
||||
<span style="width:${100*engine.heapReport.usedBytes/engine.heapReport.totalBytes}%;background-color:#ed9c28" class="meter"></span>
|
||||
</span>
|
||||
</div>
|
||||
<div style="margin:0.125em 0">
|
||||
@@ -80,7 +80,7 @@
|
||||
<label for='im_sure'>
|
||||
<input class="inline" type='checkbox' name='im_sure' id='im_sure'> I'm sure
|
||||
</label>
|
||||
<input class="small button" style="margin:1em 0;" type='submit' name='action' value='Exit Java Process'>
|
||||
<input class="small button" style="margin:1em 0;" type='submit' name='action' value='exit java process'>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -339,20 +339,17 @@
|
||||
<input name="copyTo" style="margin-bottom:0;display:inline;width:70%" placeholder="<name> - New Crawl Job Configuration" type="text">
|
||||
</div>
|
||||
<p>
|
||||
<input id="asProfile" style="display:inline" type="checkbox" name="asProfile">
|
||||
<label for="asProfile" style="display:inline">as profile</label>
|
||||
<input id="asProfile" style="display:inline" type="checkbox" name="asProfile">
|
||||
<label for="asProfile" style="display:inline">as profile</label>
|
||||
</p>
|
||||
<div>
|
||||
<input class="small button" value="copy" type="submit">
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
<a class="close-reveal-modal">×</a>
|
||||
</fieldset>
|
||||
</form>
|
||||
<a class="close-reveal-modal">×</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user