Implemented READLOGFILE client-side
This commit is contained in:
@ -230,6 +230,10 @@
|
||||
<input type="checkbox" class="custom-control-input" id="showDateSettingsSwitch">
|
||||
<label class="custom-control-label" for="showDateSettingsSwitch" id="showDateSettingsSwitchLabel">Show date and time on each console line</label>
|
||||
</div>
|
||||
<div class="custom-control custom-switch">
|
||||
<input type="checkbox" class="custom-control-input" id="readLogFileSwitch">
|
||||
<label class="custom-control-label" for="readLogFileSwitch" id="readLogFileSwitchLabel">Retrieve full log file from server after login</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary" data-dismiss="modal" id="settingsModalCloseButton">Done</button>
|
||||
@ -241,7 +245,7 @@
|
||||
<!-- Webpage footer -->
|
||||
<footer class="footer mt-auto py-3">
|
||||
<div class="container">
|
||||
<span class="text-muted">WebConsole v1.4 (rev. 6) - <a href="https://github.com/mesacarlos/WebConsole">GitHub</a></span>
|
||||
<span class="text-muted">WebConsole v1.5 - <a href="https://github.com/mesacarlos/WebConsole">GitHub</a></span>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@ -251,11 +255,11 @@
|
||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
|
||||
|
||||
<!-- WebConsole JS Scripts -->
|
||||
<script src="scripts/WebConsoleLanguage.js?v=1.4.6"></script>
|
||||
<script src="scripts/WebConsoleConnector.js?v=1.4.6"></script>
|
||||
<script src="scripts/WebConsoleManager.js?v=1.4.6"></script>
|
||||
<script src="scripts/WebConsolePersistenceManager.js?v=1.4.6"></script>
|
||||
<script src="scripts/WebConsole.js?v=1.4.6"></script>
|
||||
<script src="scripts/WebConsoleJqueryHandler.js?v=1.4.6"></script>
|
||||
<script src="scripts/WebConsoleLanguage.js?v=1.5.0"></script>
|
||||
<script src="scripts/WebConsoleConnector.js?v=1.5.0"></script>
|
||||
<script src="scripts/WebConsoleManager.js?v=1.5.0"></script>
|
||||
<script src="scripts/WebConsolePersistenceManager.js?v=1.5.0"></script>
|
||||
<script src="scripts/WebConsole.js?v=1.5.0"></script>
|
||||
<script src="scripts/WebConsoleJqueryHandler.js?v=1.5.0"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user