|
|
0c9110 |
From aa04804534886ca1b2f2773a3de5eaa0f8077df6 Mon Sep 17 00:00:00 2001
|
|
|
0c9110 |
From: Jakub Filak <jfilak@redhat.com>
|
|
|
0c9110 |
Date: Mon, 3 Nov 2014 16:15:45 +0100
|
|
|
0c9110 |
Subject: [LIBREPORT PATCH 113/113] rhtsupport: move RH Portal URL c. o. to
|
|
|
0c9110 |
Advanced section
|
|
|
0c9110 |
|
|
|
0c9110 |
It is unlikely that a regular user will ever want to edit that
|
|
|
0c9110 |
configuration option.
|
|
|
0c9110 |
|
|
|
0c9110 |
Related to rhbz#1139987
|
|
|
0c9110 |
|
|
|
0c9110 |
Signed-off-by: Jakub Filak <jfilak@redhat.com>
|
|
|
0c9110 |
---
|
|
|
0c9110 |
src/plugins/report_RHTSupport.xml.in | 12 ++++++------
|
|
|
0c9110 |
1 file changed, 6 insertions(+), 6 deletions(-)
|
|
|
0c9110 |
|
|
|
0c9110 |
diff --git a/src/plugins/report_RHTSupport.xml.in b/src/plugins/report_RHTSupport.xml.in
|
|
|
0c9110 |
index 05e7ae8..a612a1e 100644
|
|
|
0c9110 |
--- a/src/plugins/report_RHTSupport.xml.in
|
|
|
0c9110 |
+++ b/src/plugins/report_RHTSupport.xml.in
|
|
|
0c9110 |
@@ -14,12 +14,6 @@
|
|
|
0c9110 |
<options>
|
|
|
0c9110 |
<import-event-options event="report_uReport"/>
|
|
|
0c9110 |
|
|
|
0c9110 |
- <option type="text" name="RHTSupport_URL">
|
|
|
0c9110 |
- <_label>RH Portal URL</_label>
|
|
|
0c9110 |
- <allow-empty>no</allow-empty>
|
|
|
0c9110 |
- <_description>Address of the Red Hat support portal</_description>
|
|
|
0c9110 |
- <default-value>https://api.access.redhat.com/rs</default-value>
|
|
|
0c9110 |
- </option>
|
|
|
0c9110 |
<option type="text" name="RHTSupport_Login">
|
|
|
0c9110 |
<_label>Username</_label>
|
|
|
0c9110 |
<_description>Red Hat customer user name</_description>
|
|
|
0c9110 |
@@ -41,6 +35,12 @@
|
|
|
0c9110 |
<_note-html>Submit <a href="https://access.redhat.com/articles/642323">micro-report</a> when creating a new case. </_note-html>
|
|
|
0c9110 |
<default-value>yes</default-value>
|
|
|
0c9110 |
</option>
|
|
|
0c9110 |
+ <option type="text" name="RHTSupport_URL">
|
|
|
0c9110 |
+ <_label>RH Portal URL</_label>
|
|
|
0c9110 |
+ <allow-empty>no</allow-empty>
|
|
|
0c9110 |
+ <_description>Address of the Red Hat support portal</_description>
|
|
|
0c9110 |
+ <default-value>https://api.access.redhat.com/rs</default-value>
|
|
|
0c9110 |
+ </option>
|
|
|
0c9110 |
<option type="text" name="http_proxy">
|
|
|
0c9110 |
<_label>HTTP Proxy</_label>
|
|
|
0c9110 |
<allow-empty>yes</allow-empty>
|
|
|
0c9110 |
--
|
|
|
0c9110 |
1.8.3.1
|
|
|
0c9110 |
|