feature: F5 LTM bandwidth controller

This commit is contained in:
Yacine BENAMSILI
2020-05-29 03:00:42 +02:00
parent fa52264de2
commit 1a152edc67
8 changed files with 8 additions and 13 deletions

View File

@@ -24,7 +24,7 @@ if (!isset($vars['bwcid'])) {
if ($array['type'] != 'f5-ltm-bwc') {
continue;
}
$vars['bwcid'] = $id;
$vars['bwcid'] = $id;
}
}

View File

@@ -77,5 +77,5 @@ if ($components[$vars['bwcid']]['type'] == 'f5-ltm-bwc') {
</div>
</div>
</div>
<?php
<?php
}