68 lines
3 KiB
XML
68 lines
3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="CcSecureShellPage" parent="AdwDialog">
|
|
<property name="title" translatable="yes">Secure Shell</property>
|
|
<property name="content-width">360</property>
|
|
<property name="child">
|
|
<object class="AdwToolbarView">
|
|
<child type="top">
|
|
<object class="AdwHeaderBar"/>
|
|
</child>
|
|
<property name="content">
|
|
<object class="AdwToastOverlay" id="toast_overlay">
|
|
<property name="child">
|
|
<object class="AdwPreferencesPage">
|
|
<child>
|
|
<object class="AdwPreferencesGroup">
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="halign">center</property>
|
|
<property name="wrap">True</property>
|
|
<property name="lines">2</property>
|
|
<property name="label" translatable="yes">Access this device using Secure Shell (SSH)</property>
|
|
<style>
|
|
<class name="dim-label"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwPreferencesGroup">
|
|
<child>
|
|
<object class="AdwSwitchRow" id="secure_shell_row">
|
|
<property name="title" translatable="yes">_Secure Shell</property>
|
|
<property name="use-underline">True</property>
|
|
<property name="sensitive">False</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwActionRow" id="hostname_row">
|
|
<property name="title" translatable="yes">SSH Login _Command</property>
|
|
<property name="use-underline">True</property>
|
|
<style>
|
|
<class name="property"/>
|
|
</style>
|
|
<child type="suffix">
|
|
<object class="GtkButton">
|
|
<property name="valign">center</property>
|
|
<property name="tooltip-text" translatable="yes">Copy</property>
|
|
<property name="icon-name">edit-copy-symbolic</property>
|
|
<signal name="clicked" handler="on_copy_ssh_command_button_clicked" object="CcSecureShellPage" swapped="yes"/>
|
|
<style>
|
|
<class name="flat"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</property>
|
|
</object>
|
|
</property>
|
|
</object>
|
|
</property>
|
|
</template>
|
|
</interface>
|