Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
|
bd68360866 |
3 changed files with 566 additions and 607 deletions
File diff suppressed because it is too large
Load diff
15
config.ini
15
config.ini
|
@ -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
|
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue