* add a back button for edit model page.

This commit is contained in:
Chenjianyu
2023-08-21 15:56:08 +08:00
parent 965f5defe4
commit e3fc91ccd2
+1
View File
@@ -69,6 +69,7 @@ js::set('vendorList', $config->ai->vendorList);
<td colspan='2' class='text-center'>
<?php echo html::submitButton();?>
<?php echo html::commonButton($lang->ai->models->testConnection, 'id="testConn"', 'btn btn-secondary btn-wide');?>
<?php echo html::a(inlink('models', ""), $lang->goback, '', 'class="btn btn-wide"');?>
</td>
</tr>
</table>