* Sun May 11 2025 Brian Read <brianr@koozali.org> 11.0.0-4.sme
- Fix generation of cmd option [SME: 13001]
This commit is contained in:
parent
2727d948c6
commit
1605054f83
@ -243,7 +243,7 @@ sub do_display {
|
|||||||
[ $c->l('Router/Firewall') => 'router' ],
|
[ $c->l('Router/Firewall') => 'router' ],
|
||||||
[ $c->l('Interface') => 'if' ],
|
[ $c->l('Interface') => 'if' ],
|
||||||
[ $c->l('IP') => 'ip' ],
|
[ $c->l('IP') => 'ip' ],
|
||||||
[ $c->l('Command') => 'cmd' ]
|
[ $c->l('Command') => 'cmdv4' ]
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -597,7 +597,7 @@ sub get_params {
|
|||||||
"DeamonUpdate" => $DeamonUpdate,
|
"DeamonUpdate" => $DeamonUpdate,
|
||||||
"method" => $method,
|
"method" => $method,
|
||||||
"Extinterface" => $Extinterface,
|
"Extinterface" => $Extinterface,
|
||||||
"cmd" => $cmd,
|
"cmdv4" => $cmd,
|
||||||
"ForceIP" => $forceIP,
|
"ForceIP" => $forceIP,
|
||||||
"urlcheckip" => $urlcheckip,
|
"urlcheckip" => $urlcheckip,
|
||||||
"FWlogin" => $fwlogin,
|
"FWlogin" => $fwlogin,
|
||||||
@ -632,7 +632,7 @@ sub pushParams {
|
|||||||
} else {
|
} else {
|
||||||
$ddclient->set_prop( 'Extinterface' => $retrieveinterface );
|
$ddclient->set_prop( 'Extinterface' => $retrieveinterface );
|
||||||
}
|
}
|
||||||
$ddclient->set_prop( 'cmd' => $retrievecmd );
|
$ddclient->set_prop( 'cmdv4' => $retrievecmd );
|
||||||
$ddclient->set_prop( 'ForceIP' => $retrieveip );
|
$ddclient->set_prop( 'ForceIP' => $retrieveip );
|
||||||
$ddclient->set_prop( 'fwlogin' => $retrievefwlogin );
|
$ddclient->set_prop( 'fwlogin' => $retrievefwlogin );
|
||||||
$ddclient->set_prop( 'fwpassword' => $retrievefwpassword );
|
$ddclient->set_prop( 'fwpassword' => $retrievefwpassword );
|
||||||
|
@ -69,11 +69,11 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
%# Only if "cmd" is chosen
|
%# Only if "cmd" is chosen
|
||||||
<div class=cmd>
|
<div class=cmdv4>
|
||||||
<span class=label cmd>
|
<span class=label cmd>
|
||||||
%=l 'RETRIEVE_CMD'
|
%=l 'RETRIEVE_CMD'
|
||||||
</span><span class=data cmd>
|
</span><span class=data cmd>
|
||||||
% param retrievecmd=>$ddc_datas->{"params"}->{"cmd"} unless param 'retrievecmd';
|
% param retrievecmd=>$ddc_datas->{"params"}->{"cmdv4"} unless param 'retrievecmd';
|
||||||
%=text_field 'retrievecmd'
|
%=text_field 'retrievecmd'
|
||||||
</span><br>
|
</span><br>
|
||||||
</div>
|
</div>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
%define name smeserver-ddclient
|
%define name smeserver-ddclient
|
||||||
%define version 11.0.0
|
%define version 11.0.0
|
||||||
%define release 3
|
%define release 4
|
||||||
|
|
||||||
Summary: ddclient panel for SME Server
|
Summary: ddclient panel for SME Server
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
@ -25,6 +25,9 @@ Requires: smeserver-formmagick
|
|||||||
AutoReqProv: no
|
AutoReqProv: no
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 11 2025 Brian Read <brianr@koozali.org> 11.0.0-4.sme
|
||||||
|
- Fix generation of cmd option [SME: 13001]
|
||||||
|
|
||||||
* Sat May 10 2025 Brian Read <brianr@koozali.org> 11.0.0-3.sme
|
* Sat May 10 2025 Brian Read <brianr@koozali.org> 11.0.0-3.sme
|
||||||
- Get javascript working and password visible icon [SME: 13001]
|
- Get javascript working and password visible icon [SME: 13001]
|
||||||
- Fix missing cmd in panel
|
- Fix missing cmd in panel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user