Minor UI/output updates (#399)

* UI update

* Perl better

* Reset .gitignore
This commit is contained in:
Bailey Kasin 2019-04-16 19:10:30 -07:00 committed by dman776
parent 9393525076
commit 94816c45c7
2 changed files with 4 additions and 1 deletions

View File

@ -32,7 +32,7 @@ body table {
.TopBanner { width:100%; } .TopBanner { width:100%; }
.LogoDiv { position:absolute left:0px; width:100%; height:95; } .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; } .PartOfAREDN { font-family:Verdana; font-size:xx-small; text-align:center; }
/* Used to indicate AREDN node on the /cgi-bin/scan page */ /* Used to indicate AREDN node on the /cgi-bin/scan page */

View File

@ -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}}) 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`; @pkg_output = `opkg remove $parms{rm_pkg} 2>&1`;
if (! $?) {
push @pkg_output, "Package removed succssfully";
}
} }
# generate data structures # generate data structures