Changeset 491 for trunk/web/addons
- Timestamp:
- 02/27/08 09:45:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/addons/job_monarch/overview.php
r463 r491 268 268 } 269 269 270 $empty_cpus = ( $empty_cpus >= 0 ) ? $emp y_cpus : 0;270 $empty_cpus = ( $empty_cpus >= 0 ) ? $empty_cpus : 0; 271 271 $used_cpus = $nr_cpus - $empty_cpus; 272 272
Note: See TracChangeset
for help on using the changeset viewer.