virt-manager/0001-Improve-container-image-url-example.patch
Cédric Bosdonnat 2d98c3c1d3 Accepting request 558209 from home:cbosdonnat:branches:Virtualization
- Fix display and input of text in serial console (bsc#1070896)
  python3-fix-bytes-string-mess-in-serial-console.patch
- Fix virt-bootstrap UI integration (bsc#1063367)
  0001-Improve-container-image-url-example.patch
  0002-create-wizard-fix-alignment-in-os-container-page.patch
  0003-oscontainer-ask-root-password-in-the-wizard.patch
  0004-Harmonize-invisible_char-values.patch

OBS-URL: https://build.opensuse.org/request/show/558209
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=390
2017-12-18 15:54:02 +00:00

29 lines
1.4 KiB
Diff

From b567947b82bb175c3f6234a3b059a2141c70a805 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20Bosdonnat?= <cedric.bosdonnat@free.fr>
Date: Tue, 12 Dec 2017 17:12:34 +0100
Subject: [PATCH 1/3] Improve container image url example
Replace the docker://fedora example by a string that shows more of the
possible values, like how to specify a user or server. While at it,
the image name is no distro agnostic.
---
ui/create.ui | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/create.ui b/ui/create.ui
index dd50cdf0..142a7356 100644
--- a/ui/create.ui
+++ b/ui/create.ui
@@ -1776,7 +1776,7 @@ connections is not yet supported.&lt;/small&gt;</property>
<child internal-child="entry">
<object class="GtkEntry" id="install-oscontainer-source-url-entry">
<property name="can_focus">True</property>
- <property name="placeholder_text" translatable="yes">docker://fedora</property>
+ <property name="placeholder_text" translatable="yes">docker://srv:1234/myimg:tag</property>
</object>
</child>
</object>
--
2.15.1