[增添]增添了错误捕捉,避免页面报错显示
This commit is contained in:
@@ -13,6 +13,10 @@ class ManageRemoteWrite extends SettingsPage
|
||||
|
||||
protected static string $settings = RemoteWriteSettings::class;
|
||||
|
||||
protected static ?string $navigationLabel = '远程写入配置管理';
|
||||
|
||||
protected static ?string $title = '远程写入配置管理';
|
||||
|
||||
public function form(Form $form): Form
|
||||
{
|
||||
return $form
|
||||
|
||||
Reference in New Issue
Block a user