Changeset 305 for trunk/web/addons/job_monarch/conf.php
- Timestamp:
- 04/16/07 17:32:56 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/addons/job_monarch/conf.php
r299 r305 35 35 // The size of a single node in the small clusterimage 36 36 // 37 $SMALL_CLUSTERIMAGE_NODEWIDTH = 11; 37 $SMALL_CLUSTERIMAGE_NODEWIDTH = 7; 38 39 // Max size of small clusterimage 40 // (250 pixels is same width as Ganglia's pie chart) 41 // 42 $BIG_CLUSTERIMAGE_MAXWIDTH = 250; 43 44 // The size of a single node in the small clusterimage 45 // 46 $BIG_CLUSTERIMAGE_NODEWIDTH = 11; 47 48 // Max size of small host image 49 // 50 $SMALL_HOSTIMAGE_MAXWIDTH = 450; 38 51 39 52 // How to mark nodes with a job in clusterimage
Note: See TracChangeset
for help on using the changeset viewer.