From: Marcin Haba Date: Thu, 14 Nov 2019 05:25:59 +0000 (+0100) Subject: baculum: Tweak move port value to general section in summary step in Web config wizard X-Git-Tag: Release-9.6.0~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4407feb78307c7f6f2ca1f1208c92768cbebc1c;p=thirdparty%2Fbacula.git baculum: Tweak move port value to general section in summary step in Web config wizard --- diff --git a/gui/baculum/protected/Web/Pages/WebConfigWizard.page b/gui/baculum/protected/Web/Pages/WebConfigWizard.page index 653743920..60e4f19fb 100644 --- a/gui/baculum/protected/Web/Pages/WebConfigWizard.page +++ b/gui/baculum/protected/Web/Pages/WebConfigWizard.page @@ -178,15 +178,15 @@
<%[ IP Address/Hostname: ]%>
<%=$this->AddNewHost->APIAddress->Text%>
+
+
<%[ Port: ]%>
+
<%=$this->AddNewHost->APIPort->Text%>
+
<%[ Auth Type: ]%>
HTTP Basic
-
-
<%[ Port: ]%>
-
<%=$this->AddNewHost->APIPort->Text%>
-
<%[ API Login: ]%>
<%=$this->AddNewHost->APIBasicLogin->Text%>