mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
Origin commit data
------------------
Branch: ni/coolstream
Commit: bc15870197
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-21 (Tue, 21 Feb 2023)
Origin message was:
------------------
- yWeb: move goUrl() and goPort() away from Y_NIlib.js
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
32 lines
1.6 KiB
Plaintext
32 lines
1.6 KiB
Plaintext
{=include-block:Y_Blocks.txt;head=}
|
|
<script src="/Y_Baselib.js"></script>
|
|
{=include-block:Y_Blocks.txt;head_close=}
|
|
<body>
|
|
<div class="work_box">
|
|
<div class="work_box_head">
|
|
<div class="work_box_head_h2">{=var-set:menu=Info=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
|
|
<div class="work_box_body">
|
|
<form action="">
|
|
<table class="y_invisible_table" cellpadding="5" width="100%">
|
|
<tr><td class="y_form_header">Linux</td></tr>
|
|
<tr><td>
|
|
<input type="button" value="{=L:tools.info.show_messages=}" onclick='goUrl("/control/exec?Y_Tools&kernel-stack");'/>
|
|
<input type="button" value="{=L:tools.info.processes=}" onclick='goUrl("/control/exec?Y_Tools&ps");'/>
|
|
<input type="button" value="{=L:tools.info.memory=}" onclick='goUrl("/control/exec?Y_Tools&free");'/>
|
|
</td></tr>
|
|
<tr><td class="y_form_header">proc</td></tr>
|
|
<tr><td>
|
|
<input type="button" value="{=L:tools.info.cpu_info=}" onclick='goUrl("/control/exec?Y_Tools&proc&cpuinfo");'/>
|
|
<input type="button" value="{=L:tools.info.mem_info=}" onclick='goUrl("/control/exec?Y_Tools&proc&meminfo");'/>
|
|
<input type="button" value="{=L:tools.info.partitions=}" onclick='goUrl("/control/exec?Y_Tools&proc&partitions");'/>
|
|
<input type="button" value="{=L:tools.info.mtd=}" onclick='goUrl("/control/exec?Y_Tools&proc&mtd");'/>
|
|
<input type="button" value="{=L:tools.info.stat=}" onclick='goUrl("/control/exec?Y_Tools&proc&stat");'/>
|
|
<input type="button" value="{=L:tools.info.version=}" onclick='goUrl("/control/exec?Y_Tools&proc&version");'/>
|
|
</td></tr>
|
|
</table>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<div id="out"></div>
|
|
</body>
|
|
</html> |