mirror of https://github.com/aredn/aredn.git
Minor UI/output updates (#399)
* UI update * Perl better * Reset .gitignore
This commit is contained in:
parent
9393525076
commit
94816c45c7
|
@ -32,7 +32,7 @@ body table {
|
|||
|
||||
.TopBanner { width:100%; }
|
||||
.LogoDiv { position:absolute left:0px; width:100%; height:95; }
|
||||
.AREDNLogo { background:rgb(231,231,231); position:absolute; left:10%; width:175; height:95; }
|
||||
.AREDNLogo { background:rgb(231,231,231); position:absolute; left:10%; width:175; height:95; border-style: none;}
|
||||
.PartOfAREDN { font-family:Verdana; font-size:xx-small; text-align:center; }
|
||||
|
||||
/* Used to indicate AREDN node on the /cgi-bin/scan page */
|
||||
|
|
|
@ -512,6 +512,9 @@ if($parms{button_refresh_pkg})
|
|||
if($parms{button_rm_pkg} and $parms{rm_pkg} ne "default" and not $permpkg{$parms{rm_pkg}})
|
||||
{
|
||||
@pkg_output = `opkg remove $parms{rm_pkg} 2>&1`;
|
||||
if (! $?) {
|
||||
push @pkg_output, "Package removed succssfully";
|
||||
}
|
||||
}
|
||||
|
||||
# generate data structures
|
||||
|
|
Loading…
Reference in New Issue