mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
connection: Allow setting a custom 'pretty name' (bz 784701)
We've had multiple requests over the years for something similar. People might have to connect to multiple IP addresses, or really large hostnames, that become difficult to distinguish in the UI. Add a field in the host details page that allows setting a custom name, and store it in gsettings.
This commit is contained in:
@@ -27,6 +27,17 @@
|
||||
</key>
|
||||
</schema>
|
||||
|
||||
|
||||
<!-- Relocatable per conn schema -->
|
||||
<schema id="org.virt-manager.virt-manager.connection">
|
||||
<key name="pretty-name" type="s">
|
||||
<default>''</default>
|
||||
<summary>Custom connection description</summary>
|
||||
<description>Custom connection description, used in the manager window. If empty, the app generates a default on demand.</description>
|
||||
</key>
|
||||
</schema>
|
||||
|
||||
|
||||
<schema id="org.virt-manager.virt-manager"
|
||||
path="/org/virt-manager/virt-manager/">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user