mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-4080-nombre-agente-lista-modulos' into 'develop'
Modified agent alias name See merge request artica/pandorafms!2556
This commit is contained in:
commit
9ea7ac0859
@ -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