mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
yweb: Update Tools->info (ybug 456)
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@419 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -18,25 +18,18 @@ function goUrl(_url){
|
|||||||
<table class="y_invisible_table" cellpadding="5" width="100%">
|
<table class="y_invisible_table" cellpadding="5" width="100%">
|
||||||
<tr><td class="y_form_header">Linux</td></tr>
|
<tr><td class="y_form_header">Linux</td></tr>
|
||||||
<tr><td>
|
<tr><td>
|
||||||
<input type="button" value="Kernel Meldungen" title="show Linux kernel stack messages" onclick='goUrl("/control/exec?Y_Tools&kernel-stack");'/>
|
<input type="button" value="{=L:tools.info.show_messages=}" onclick='goUrl("/control/exec?Y_Tools&kernel-stack");'/>
|
||||||
<input type="button" value="Prozesse" title="show currently running processes" onclick='goUrl("/control/exec?Y_Tools&ps");'/>
|
<input type="button" value="{=L:tools.info.processes=}" onclick='goUrl("/control/exec?Y_Tools&ps");'/>
|
||||||
<input type="button" value="Speicher" title="show memory space" onclick='goUrl("/control/exec?Y_Tools&free");'/>
|
<input type="button" value="{=L:tools.info.memory=}" onclick='goUrl("/control/exec?Y_Tools&free");'/>
|
||||||
</td></tr>
|
|
||||||
<tr><td class="y_form_header">Box</td></tr>
|
|
||||||
<tr><td>
|
|
||||||
<input type="button" value="Info" onclick='goUrl("/control/info");'/>
|
|
||||||
<input type="button" value="Version" onclick='goUrl("/control/info?version");'/>
|
|
||||||
<input type="button" value="Settings" onclick='goUrl("/control/info?settings");'/>
|
|
||||||
<input type="button" value="Box Zeit" onclick='goUrl("/control/gettime");'/>
|
|
||||||
</td></tr>
|
</td></tr>
|
||||||
<tr><td class="y_form_header">proc</td></tr>
|
<tr><td class="y_form_header">proc</td></tr>
|
||||||
<tr><td>
|
<tr><td>
|
||||||
<input type="button" value="CPU info" onclick='goUrl("/control/exec?Y_Tools&proc&cpuinfo");'/>
|
<input type="button" value="{=L:tools.info.cpu_info=}" onclick='goUrl("/control/exec?Y_Tools&proc&cpuinfo");'/>
|
||||||
<input type="button" value="MEM info" onclick='goUrl("/control/exec?Y_Tools&proc&meminfo");'/>
|
<input type="button" value="{=L:tools.info.mem_info=}" onclick='goUrl("/control/exec?Y_Tools&proc&meminfo");'/>
|
||||||
<input type="button" value="Partitions" onclick='goUrl("/control/exec?Y_Tools&proc&partitions");'/>
|
<input type="button" value="{=L:tools.info.partitions=}" onclick='goUrl("/control/exec?Y_Tools&proc&partitions");'/>
|
||||||
<input type="button" value="mtd" onclick='goUrl("/control/exec?Y_Tools&proc&mtd");'/>
|
<input type="button" value="{=L:tools.info.mtd=}" onclick='goUrl("/control/exec?Y_Tools&proc&mtd");'/>
|
||||||
<input type="button" value="Stat" onclick='goUrl("/control/exec?Y_Tools&proc&stat");'/>
|
<input type="button" value="{=L:tools.info.stat=}" onclick='goUrl("/control/exec?Y_Tools&proc&stat");'/>
|
||||||
<input type="button" value="version" onclick='goUrl("/control/exec?Y_Tools&proc&version");'/>
|
<input type="button" value="{=L:tools.info.version=}" onclick='goUrl("/control/exec?Y_Tools&proc&version");'/>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
@@ -44,5 +37,4 @@ function goUrl(_url){
|
|||||||
</div>
|
</div>
|
||||||
<div id="out"></div>
|
<div id="out"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
@@ -64,7 +64,7 @@ message_to_screen=Meldung auf Bildschirm
|
|||||||
popup_to_screen=Popup auf Bildschirm
|
popup_to_screen=Popup auf Bildschirm
|
||||||
send_message=Nachricht senden
|
send_message=Nachricht senden
|
||||||
====== EXtension
|
====== EXtension
|
||||||
ext.installer_updater=Installtion
|
ext.installer_updater=Installation
|
||||||
restriced_by_management_ip=Zugriff verwert wg. ManagementIP
|
restriced_by_management_ip=Zugriff verwert wg. ManagementIP
|
||||||
====== Bouquet
|
====== Bouquet
|
||||||
bouquets_must_be_saved=Alle Änderungen müssen noch gespeichert werden!
|
bouquets_must_be_saved=Alle Änderungen müssen noch gespeichert werden!
|
||||||
@@ -124,6 +124,17 @@ key_settings=Tastenbelegung
|
|||||||
boot_options=Bootoptionen
|
boot_options=Bootoptionen
|
||||||
peronalization=Personalisierung
|
peronalization=Personalisierung
|
||||||
plugins=Plugins
|
plugins=Plugins
|
||||||
|
============ Tools Info
|
||||||
|
tools.info.show_messages=Kernel Meldungen
|
||||||
|
tools.info.processes=Prozesse
|
||||||
|
tools.info.memory=Speicher
|
||||||
|
tools.info.cpu_info=CPU Info
|
||||||
|
tools.info.mem_info=Speicher info
|
||||||
|
tools.info.partitions=Partitions
|
||||||
|
tools.info.mtd=mtd
|
||||||
|
tools.info.stat=Statistik
|
||||||
|
tools.info.version=Version
|
||||||
|
|
||||||
=========== GENERAL
|
=========== GENERAL
|
||||||
user=Benutzer
|
user=Benutzer
|
||||||
password=Passwort
|
password=Passwort
|
||||||
|
@@ -126,6 +126,16 @@ key_settings=Key Layout
|
|||||||
boot_options=Boot options
|
boot_options=Boot options
|
||||||
peronalization=Personalization
|
peronalization=Personalization
|
||||||
plugins=Plugins
|
plugins=Plugins
|
||||||
|
============ Tools Info
|
||||||
|
tools.info.show_messages=Kernel Messages
|
||||||
|
tools.info.processes=Processes
|
||||||
|
tools.info.memory=Memory
|
||||||
|
tools.info.cpu_info=CPU info
|
||||||
|
tools.info.mem_info=Memory info
|
||||||
|
tools.info.partitions=Partitions
|
||||||
|
tools.info.mtd=mtd
|
||||||
|
tools.info.stat=Statistics
|
||||||
|
tools.info.version=Version
|
||||||
=========== GENERAL
|
=========== GENERAL
|
||||||
user=User
|
user=User
|
||||||
password=Password
|
password=Password
|
||||||
|
Reference in New Issue
Block a user