Add AW acl in network exteension tool. Gitlab: #498

This commit is contained in:
m-lopez-f 2017-03-09 11:55:12 +01:00
parent baf16db154
commit b0f600e9f0
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ $id_agente = get_parameter ("id_agente");
$address = agents_get_address($id_agente);
if (!empty($address) || empty($id_agente)) {
extensions_add_opemode_tab_agent ('network_tools','Network Tools','extensions/net_tools/nettool.png',"main_net_tools", "v1r1");
extensions_add_opemode_tab_agent ('network_tools','Network Tools','extensions/net_tools/nettool.png',"main_net_tools", "v1r1", 'AW');
}
function whereis_the_command ($command) {