Skip to content

Commit e0ad523

Browse files
authored
feat: remeber the last query info on the data-manager page (#712)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
1 parent a1c789e commit e0ad523

File tree

3 files changed

+412
-349
lines changed

3 files changed

+412
-349
lines changed

console/atest-ui/.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Unix-style newlines with a newline ending every file
7+
[*]
8+
end_of_line = lf
9+
insert_final_newline = true
10+
charset = utf-8
11+
12+
# 4 space indentation
13+
[*.{py,proto,go,js,ts,json,vue}]
14+
indent_style = space
15+
indent_size = 4

0 commit comments

Comments
 (0)