@extends('layouts.admin') @include('blueprint.admin.template') @section('title') {{ $EXTENSION_NAME }} @endsection @section('content-header') @yield('extension.header') @endsection @section('content') @yield('extension.config') @yield('extension.description')
| Blocked nodes | {{ count($blockedNodes) }} / {{ count($nodes) }} |
| Blocked flags | -Xms, -Xmx |
| Scope | Java memory only |
| Protected nodes | {{ count($securityBlockedNodes) }} / {{ count($nodes) }} |
| Built-in patterns | {{ count($builtinPatterns) - count($disabledBuiltins) }} / {{ count($builtinPatterns) }} active |
| Custom patterns | {{ count($customPatterns) }} |
| Available presets | {{ count($presets) }} |
| Scope | All servers |
| Loaded via | Startup tab dropdown |
-Xms / -Xmx Java heap flags on selected nodes. Useful when memory is sold by tier.
Block modification of -Xms and -Xmx Java memory flags on selected nodes. The restriction activates automatically whenever at least one node is selected below.
No nodes registered on this panel yet.
@elseBlock dangerous patterns such as download-and-execute, destructive commands, reverse shells, and other risky idioms. Active on the nodes you select below.
No nodes registered on this panel yet.
@else{{ $pattern }}
@endforeach
One pattern per line. These are added on top of the built-in list.