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

feat(SQLite): connection add/edit masks

This commit is contained in:
2021-11-13 11:34:30 +01:00
parent b3f10220b3
commit c54438d6d3
11 changed files with 180 additions and 41 deletions

View File

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