We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91c7659 + e33d6cb commit faa79b0Copy full SHA for faa79b0
modules/ui_extensions.py
@@ -86,7 +86,7 @@ def extension_table():
86
code += f"""
87
<tr>
88
<td><label><input class="gr-check-radio gr-checkbox" name="enable_{html.escape(ext.name)}" type="checkbox" {'checked="checked"' if ext.enabled else ''}>{html.escape(ext.name)}</label></td>
89
- <td><a href="{html.escape(ext.remote or '')}">{html.escape(ext.remote or '')}</a></td>
+ <td><a href="{html.escape(ext.remote or '')}" target="_blank">{html.escape(ext.remote or '')}</a></td>
90
<td{' class="extension_status"' if ext.remote is not None else ''}>{ext_status}</td>
91
</tr>
92
"""
0 commit comments