mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
don't initiate progressbar with 100% at start. 0% is better ;-)
This commit is contained in:
parent
c2b208c3a4
commit
2f22c8fffe
@ -122,7 +122,7 @@ if(!$pkg_config['packages'])
|
||||
<td background="bar_left.gif" height='15' width='5'>
|
||||
</td>
|
||||
<td>
|
||||
<table id="progholder" name="progholder" height='15' width='410' border='0' colspacing='0' cellpadding='0' cellspacing='0'><td background="bar_gray.gif" valign="top" align="left"><img src='bar_blue.gif' width='410' height='15' name='progressbar' id='progressbar'></td></table>
|
||||
<table id="progholder" name="progholder" height='15' width='410' border='0' colspacing='0' cellpadding='0' cellspacing='0'><td background="bar_gray.gif" valign="top" align="left"><img src='bar_blue.gif' width='0' height='15' name='progressbar' id='progressbar'></td></table>
|
||||
</td>
|
||||
<td background="bar_right.gif" height='15' width='5'>
|
||||
</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user