Compare commits

..

No commits in common. "main" and "master" have entirely different histories.
main ... master

4 changed files with 550 additions and 612 deletions

View file

File diff suppressed because it is too large Load diff

View file

@ -1,15 +0,0 @@
[SQL]
driver = mysql
host = 127.0.0.1
databaseName = testrail
user = testrail
password = 123456789
port = 6666
[CASSANDRA]
host = cassandra
databaseName = testrail
user = casandra
password = cassandra
port = 9042
keyspace = testrail

View file

@ -1,37 +0,0 @@
<html>
<head>
<style>
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
}
</style>
</head>
<body>
<table>
<thead>
<tr>
<th>File/Attachment</th>
<th>File path</th>
<th>File name</th>
<th>Thumb 1</th>
<th>Thumb 2</th>
<th>Size</th>
<th>Creation Time</th>
</tr>
</thead>
<tbody>
{{table_rows}}
</tbody>
</table>
</body>
</html>