Merge pull request #1032 from StefanDanielSchwarz/show-model-info-on-model-icon

Add model info to model icon as title
This commit is contained in:
Cohee
2023-08-27 13:19:01 +03:00
committed by GitHub

View File

@@ -1324,6 +1324,7 @@ function insertSVGIcon(mes, extra) {
// Add classes for styling and identification
image.classList.add('icon-svg', 'timestamp-icon');
image.src = `/img/${modelName}.svg`;
image.title = `${extra?.api ? extra.api + ' - ' : ''}${extra?.model ?? ''}`;
image.onload = async function () {
// Check if an SVG already exists adjacent to the timestamp