Commit 680d24de authored by Tristan Cavelier's avatar Tristan Cavelier

monitor2: add minimal css for the default promise interface

parent 39f2a724
...@@ -65,7 +65,7 @@ md5sum = 2484cb185c391890a05db26c2163af8e ...@@ -65,7 +65,7 @@ md5sum = 2484cb185c391890a05db26c2163af8e
[monitor-web-default-promise-interface] [monitor-web-default-promise-interface]
<= monitor-download-base <= monitor-download-base
filename = default-promise-interface.html filename = default-promise-interface.html
md5sum = 29c899529f4539c9dd1432907b37b7b1 md5sum = eaedae330cd155f8b693b418286d0d98
[monitor-web-index-html] [monitor-web-index-html]
<= monitor-download-base <= monitor-download-base
......
...@@ -2,6 +2,12 @@ ...@@ -2,6 +2,12 @@
<html> <html>
<head> <head>
<title>Promise status</title> <title>Promise status</title>
<style>
input, button {
min-height: 10mm;
min-width: 10mm;
}
</style>
<script> <script>
function getServiceName() { function getServiceName() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment