Changeset 329 for trunk/web/addons/job_monarch/conf.php
- Timestamp:
- 04/22/07 15:36:26 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/addons/job_monarch/conf.php
r305 r329 1 1 <?php 2 3 // Sort nodes in clusterimage by 4 // 5 $SORTBY_HOSTNAME = "gb-r{x}n{y}.irc.sara.nl"; 6 $SORT_ORDER = "asc"; 7 8 $SORT_XLABEL = "rack"; 9 $SORT_YLABEL = "node"; 10 2 11 // Show hosts in a jobview by default? 3 12 // … … 40 49 // (250 pixels is same width as Ganglia's pie chart) 41 50 // 42 $BIG_CLUSTERIMAGE_MAXWIDTH = 250;51 $BIG_CLUSTERIMAGE_MAXWIDTH = 450; 43 52 44 53 // The size of a single node in the small clusterimage
Note: See TracChangeset
for help on using the changeset viewer.