monfront - add a timeout with reload

This finally adds a reload to the frontend, so that one hasn't to reload
manually all the time.
This commit is contained in:
Gibheer 2018-12-11 13:25:01 +01:00
parent 5661459628
commit 564ec5c2a3

View File

@ -344,6 +344,9 @@ var (
td.state-2 { background: red; } td.state-2 { background: red; }
td.state-99 { background: gray; } */ td.state-99 { background: gray; } */
</style> </style>
<script>
setTimeout(function() { location.reload(true) }, 30000)
</script>
</head> </head>
<body> <body>
<nav id="mainmenu"> <nav id="mainmenu">