1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

initial firebird commit

This commit is contained in:
2022-11-02 14:18:50 +01:00
parent d190a2dd61
commit 7ab84bde57
12 changed files with 1351 additions and 9 deletions

View File

@@ -25,6 +25,10 @@
background-image: url("../images/svg/sqlite.svg");
}
&.dbi-firebird {
background-image: url("../images/svg/firebird.svg");
}
&.dbi-oracledb {
background-image: url("../images/svg/oracledb.svg");
}