mirror of
https://github.com/unraid/webgui.git
synced 2026-05-04 00:39:32 -05:00
Don't show CA profiles in Add Container list
This commit is contained in:
@@ -698,6 +698,7 @@ _(Template)_:
|
||||
$title = ucfirst($section)." templates";
|
||||
printf("<optgroup class='title bold' label='[ %s ]'>", htmlspecialchars($title));
|
||||
foreach ($template as $value){
|
||||
if ( $value['name'] == "my-ca_profile" || $value['name'] == "ca_profile" ) continue;
|
||||
$name = str_replace('my-', '', $value['name']);
|
||||
$selected = (isset($xmlTemplate) && $value['path']==$xmlTemplate) ? ' selected ' : '';
|
||||
if ($selected && $section=='default') $showAdditionalInfo = 'advanced';
|
||||
|
||||
Reference in New Issue
Block a user