提交 120375ff 编写于 作者: P Philippe MARTIN 提交者: Kubernetes Prow Robot

Enlarge the "Edit a resource" modal (#4412)

上级 a430cf17
......@@ -47,6 +47,7 @@ export class TextInputComponent implements OnInit {
// All possible options can be found at:
// https://github.com/ajaxorg/ace/wiki/Configuring-Ace
options = {
showPrintMargin: false,
highlightActiveLine: false,
tabSize: 2,
wrap: true,
......
......@@ -108,7 +108,7 @@ export class VerberService {
typeMeta: TypeMeta,
objectMeta: ObjectMeta,
): MatDialogConfig<ResourceMeta> {
return {width: '630px', data: {displayName, typeMeta, objectMeta}};
return {width: '900px', data: {displayName, typeMeta, objectMeta}};
}
handleErrorResponse_(err: HttpErrorResponse): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册