gui: Avoid code generating HTML (#8923)
This commit is contained in:
@@ -86,37 +86,37 @@ Jakob Borg, Audrius Butkevicius, Jesse Lucas, Simon Frei, Alexander Graf, Alexan
|
||||
<tbody>
|
||||
<tr>
|
||||
<th translate>User Home</th>
|
||||
<td><code class="file-path">{{ about.paths['baseDir-userHome'] }}</code></td>
|
||||
<td><code class="word-break-all">{{ about.paths['baseDir-userHome'] }}</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><strong translate>Configuration Directory</strong></th>
|
||||
<td><code class="file-path"><strong>{{ about.paths['baseDir-config'] }}</strong></code></td>
|
||||
<td><code class="word-break-all"><strong>{{ about.paths['baseDir-config'] }}</strong></code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th translate>Configuration File</th>
|
||||
<td><code class="file-path">{{ about.paths['config'] }}</code></td>
|
||||
<td><code class="word-break-all">{{ about.paths['config'] }}</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th translate>Device Certificate</th>
|
||||
<td><code class="file-path">{{ about.paths['certFile'] }}</code>
|
||||
<br /><code class="file-path">{{ about.paths['keyFile'] }}</code></td>
|
||||
<td><code class="word-break-all">{{ about.paths['certFile'] }}</code>
|
||||
<br /><code class="word-break-all">{{ about.paths['keyFile'] }}</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th translate>GUI / API HTTPS Certificate</th>
|
||||
<td><code class="file-path">{{ about.paths['httpsCertFile'] }}</code>
|
||||
<br /><code class="file-path">{{ about.paths['httpsKeyFile'] }}</code></td>
|
||||
<td><code class="word-break-all">{{ about.paths['httpsCertFile'] }}</code>
|
||||
<br /><code class="word-break-all">{{ about.paths['httpsKeyFile'] }}</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th translate>Database Location</th>
|
||||
<td><code class="file-path">{{ about.paths['database'] }}</code></td>
|
||||
<td><code class="word-break-all">{{ about.paths['database'] }}</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th translate>Log File</th>
|
||||
<td><code class="file-path">{{ about.paths['logFile'] }}</code></td>
|
||||
<td><code class="word-break-all">{{ about.paths['logFile'] }}</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th translate>GUI Override Directory</th>
|
||||
<td><code class="file-path">{{ about.paths['guiAssets'] }}</code></td>
|
||||
<td><code class="word-break-all">{{ about.paths['guiAssets'] }}</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user