mirror of
https://github.com/naruxde/revpicommander.git
synced 2025-11-08 16:43:53 +01:00
Choose connection type (ssh or xml-rpc) in avahisearch dialog
This commit is contained in:
@@ -135,6 +135,22 @@
|
||||
<string>Open piCtory</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="act_connect_ssh">
|
||||
<property name="text">
|
||||
<string>Connect via SSH (recommended)</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Establish a connection via encrypted SSH tunnel</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="act_connect_xmlrpc">
|
||||
<property name="text">
|
||||
<string>Connect via XML-RPC</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>You have to configure your Revolution Pi to accept this chonnections</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="ressources.qrc"/>
|
||||
|
||||
Reference in New Issue
Block a user