mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Modified agent alias name
This commit is contained in:
parent
d4971c8509
commit
03edb75b7c
@ -70,7 +70,7 @@ if (is_ajax()) {
|
|||||||
$table->head[0] = __('Agent');
|
$table->head[0] = __('Agent');
|
||||||
$table->head[1] = __('Module');
|
$table->head[1] = __('Module');
|
||||||
foreach ($modules as $mod) {
|
foreach ($modules as $mod) {
|
||||||
$agent_name = '<a href="'.$config['homeurl'].'/index.php?sec=estado&sec2=operation/agentes/ver_agente&id_agente='.$mod['id_agente'].'">'.modules_get_agentmodule_agent_name(
|
$agent_name = '<a href="'.ui_get_full_url('index.php?sec=estado&sec2=operation/agentes/ver_agente&id_agente='.$mod['id_agente']).'">'.modules_get_agentmodule_agent_alias(
|
||||||
$mod['id_agente_modulo']
|
$mod['id_agente_modulo']
|
||||||
).'</a>';
|
).'</a>';
|
||||||
|
|
||||||
@ -1215,4 +1215,3 @@ ui_require_javascript_file('pandora_modules');
|
|||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user