Changeset 262
- Timestamp:
- 06/29/07 14:36:11 (1 year ago)
- Files:
-
- trunk/webmin/lsc/all_commands.cgi (modified) (1 diff)
- trunk/webmin/lsc/command_detail.php (modified) (1 diff)
- trunk/webmin/lsc/command_on_host_detail.php (modified) (1 diff)
- trunk/webmin/lsc/commands_states_on_group_and_profile.php (modified) (1 diff)
- trunk/webmin/lsc/commands_states_on_host.php (modified) (1 diff)
- trunk/webmin/lsc/include/commands.inc.php (modified) (1 diff)
- trunk/webmin/lsc/include/commands_on_host.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/webmin/lsc/all_commands.cgi
r227 r262 467 467 ($current_state!="not_reachable") && 468 468 ($current_state!="upload_failed") && 469 ($current_state!="execution_failed '") &&469 ($current_state!="execution_failed") && 470 470 ($current_state!="delete_failed") && 471 471 ($current_state!="inventory_failed") trunk/webmin/lsc/command_detail.php
r250 r262 246 246 ($current_state != "not_reachable") && 247 247 ($current_state != "upload_failed") && 248 ($current_state != "execution_failed '") &&248 ($current_state != "execution_failed") && 249 249 ($current_state != "delete_failed") && 250 250 ($current_state != "inventory_failed") trunk/webmin/lsc/command_on_host_detail.php
r250 r262 189 189 ($current_state!="not_reachable") && 190 190 ($current_state!="upload_failed") && 191 ($current_state!="execution_failed '") &&191 ($current_state!="execution_failed") && 192 192 ($current_state!="delete_failed") && 193 193 ($current_state!="inventory_failed") trunk/webmin/lsc/commands_states_on_group_and_profile.php
r227 r262 428 428 ($current_state!="not_reachable") && 429 429 ($current_state!="upload_failed") && 430 ($current_state!="execution_failed '") &&430 ($current_state!="execution_failed") && 431 431 ($current_state!="delete_failed") && 432 432 ($current_state!="inventory_failed") trunk/webmin/lsc/commands_states_on_host.php
r227 r262 405 405 ($current_state!="not_reachable") && 406 406 ($current_state!="upload_failed") && 407 ($current_state!="execution_failed '") &&407 ($current_state!="execution_failed") && 408 408 ($current_state!="delete_failed") && 409 409 ($current_state!="inventory_failed") trunk/webmin/lsc/include/commands.inc.php
r250 r262 815 815 WHERE 816 816 id_command = \"%s\" and 817 current_state = \"execut e_failed\"817 current_state = \"execution_failed\" 818 818 ", 819 819 COMMANDS_ON_HOST_TABLE, trunk/webmin/lsc/include/commands_on_host.inc.php
r250 r262 1061 1061 WHERE 1062 1062 id_command_on_host = \"%s\" and 1063 current_state = \"execut e_failed\"1063 current_state = \"execution_failed\" 1064 1064 ", 1065 1065 COMMANDS_ON_HOST_TABLE,
