Added button to allow the user to open the config dialog on command.
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
<script src="js/personal-display.js" type="text/javascript" defer></script>
|
||||
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no">
|
||||
<meta name=version content="1.3">
|
||||
<meta name=version content="1.4">
|
||||
</head>
|
||||
<body>
|
||||
<section id=current-task>
|
||||
@ -36,6 +36,7 @@
|
||||
<ul>
|
||||
<li><a href="#" class=pause-continue>Pause Monitoring</a></li>
|
||||
<li><a href="#" class=refresh>Refresh Now</a></li>
|
||||
<li><a href="#" class=show-config>Config</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id=config-dialog>
|
||||
|
Reference in New Issue
Block a user