mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fixed minor error
This commit is contained in:
parent
9d80e940bf
commit
2078014406
@ -189,7 +189,6 @@ if($build_table_custom_fields){
|
|||||||
foreach ($result as $values) {
|
foreach ($result as $values) {
|
||||||
$image_status = agents_get_image_status($values['status']);
|
$image_status = agents_get_image_status($values['status']);
|
||||||
|
|
||||||
if (can_user_access_node ()) {
|
|
||||||
//link nodes
|
//link nodes
|
||||||
$agent_link = '<a href="'.
|
$agent_link = '<a href="'.
|
||||||
$hash_array_nodes[$values['id_tmetaconsole_setup']]['server_url'] . '/' .
|
$hash_array_nodes[$values['id_tmetaconsole_setup']]['server_url'] . '/' .
|
||||||
@ -205,6 +204,7 @@ if($build_table_custom_fields){
|
|||||||
'font-size:7.5pt;'
|
'font-size:7.5pt;'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if (can_user_access_node ()) {
|
||||||
$agent = $agent_link . '<b>' . $agent_alias . '</b></a>';
|
$agent = $agent_link . '<b>' . $agent_alias . '</b></a>';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user