Better login page & css correction (#1368)

* Update custom.css

* Update login.html

* Update inbounds.html

* Update custom.css

* Update custom.css
This commit is contained in:
Tara Rostami
2023-12-14 16:44:45 +03:30
committed by MHSanaei
parent 653e26dad6
commit b9b74139bf
4 changed files with 60 additions and 15 deletions
+2 -2
View File
@@ -427,7 +427,7 @@
:columns="isMobile ? innerMobileColumns : innerColumns"
:data-source="getInboundClients(record)"
:pagination=pagination(getInboundClients(record))
style="margin: -12px -6px -13px;">
style="margin: -12px 2px -13px;">
{{template "client_table"}}
</a-table>
</template>
@@ -1310,4 +1310,4 @@
{{template "clientsBulkModal"}}
</body>
</html>
</html>
+1
View File
@@ -3,6 +3,7 @@
{{template "head" .}}
<link rel="stylesheet" href="{{ .base_path }}assets/codemirror/codemirror.css">
<link rel="stylesheet" href="{{ .base_path }}assets/codemirror/fold/foldgutter.css">
<link rel="stylesheet" href="{{ .base_path }}assets/codemirror/xq.css?{{ .cur_ver }}">
<link rel="stylesheet" href="{{ .base_path }}assets/codemirror/lint/lint.css">
<script src="{{ .base_path }}assets/js/model/outbound.js"></script>