feature: obsługa hashy

This commit is contained in:
2023-02-11 18:13:00 +01:00
parent 14ec54d11d
commit 0517106dfe
3 changed files with 7 additions and 3 deletions
+2 -2
View File
@@ -76,6 +76,7 @@ export default defineComponent({
AuthState,
headerNameList: {
name: 'Nazwa',
hash: 'Hash',
url: 'URL',
lines: 'Linie',
project: 'Projekt',
@@ -196,8 +197,7 @@ table {
border-collapse: collapse;
width: 100%;
max-width: 2000px;
min-width: 1450px;
min-width: 1800px;
}
table thead {