mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
the path to the local QGIS git folder When set, update all paths in the report to correspond to this git folder. This allows the test reports downloaded from github to be easily updated to point to local git checkouts, instead of the hardcoded git paths from the github workflow.
8 lines
217 B
HTML
8 lines
217 B
HTML
<h1>Test results</h1>
|
|
<h3>Settings</h3>
|
|
<table>
|
|
<tr><td>Local QGIS git folder</td><td>
|
|
<input type="search" id="localGitFolder" placeholder="(default)" size="100" oninput="updateLocalGitFolder()">
|
|
</td></tr>
|
|
</table>
|