Project

General

Profile

« Previous | Next » 

Revision 820519e5

Added by Stephen Beaver almost 10 years ago

Fixed #5019
Percent choice restored to selectors

View differences:

src/etc/inc/shaper.inc
791 791
			array('Kb' => 'Kb',
792 792
				  'Mb' => 'Mb',
793 793
				  'Gb' => 'Gb',
794
				  'b' => 'b')
794
				  'b' => 'b',
795
				  '%' => '%')
795 796
		));
796 797

  
797 798
		$section->add($group);
......
2196 2197
			array('Kb' => 'Kb',
2197 2198
				  'Mb' => 'Mb',
2198 2199
				  'Gb' => 'Gb',
2199
				  'b' => 'b')
2200
				  'b' => 'b',
2201
				  '%' => '%')
2200 2202
		));
2201 2203

  
2202 2204
		$group->setHelp('Choose the amount of bandwidth for this queue');
......
2753 2755
			array('Kb' => 'Kb',
2754 2756
				  'Mb' => 'Mb',
2755 2757
				  'Gb' => 'Gb',
2756
				  'b' => 'b')
2758
				  'b' => 'b',
2759
				  '%' => '%')
2757 2760
		));
2758 2761

  
2759 2762
		$group->setHelp('Choose the amount of bandwidth for this queue');
......
3053 3056
			array('Kb' => 'Kb',
3054 3057
				  'Mb' => 'Mb',
3055 3058
				  'Gb' => 'Gb',
3056
				  'b' => 'b')
3059
				  'b' => 'b',
3060
				  '%' => '%')
3057 3061
		));
3058 3062

  
3059 3063
		$group->setHelp('Choose the amount of bandwidth for this queue');

Also available in: Unified diff