Relative CLI datetime, cache clear api, work on cache read
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Main Status</title>
|
||||
@@ -8,11 +8,15 @@
|
||||
<script src="script.js" type="text/javascript"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Retrieval - Main Status</h1>
|
||||
|
||||
<p>attach the event handlers via the on window load main event handler.</p>
|
||||
|
||||
<p class="buttonrow">
|
||||
<input type="button" id="btn_load" data-btn-label="Reload Overview" value="Reload" onclick="load_status_main(event)"/>
|
||||
<input id="retrieval_instance" type="text" value="main">
|
||||
<input type="button" id="btn_load" data-btn-label="Reload" value="Reload"/>
|
||||
<input type="button" id="btn_clear_cache" data-btn-label="Clear Cache" value="Clear Cache"/>
|
||||
<!--<input id="retrieval_instance" type="text" value="main">-->
|
||||
</p>
|
||||
|
||||
<p id="load_status"></p>
|
||||
|
||||
Reference in New Issue
Block a user