Add server configuration editor
This commit is contained in:
@@ -43,6 +43,7 @@ describe("ServerDetailPage config write approval", () => {
|
||||
expect(headerSource).toContain('<span>停止</span>');
|
||||
const actionStripSource = headerSource.split('<div className="action-strip">')[1]?.split('</div>')[0] ?? "";
|
||||
expect(actionStripSource.indexOf('<span>停止</span>')).toBeLessThan(actionStripSource.indexOf('detailStateText'));
|
||||
expect(headerSource).toContain('<span>修改配置</span>');
|
||||
});
|
||||
|
||||
it("opens the plugin user management page by default when available", () => {
|
||||
|
||||
Reference in New Issue
Block a user