|
@@ -260,7 +260,7 @@ explicit grant from the SFTPGo Team ([email protected]).
|
|
"nut", "styl", "swift", "text", "ltx", "tex", "v", "sv", "svh", "tcl", "textile", "toml", "1", "2", "3", "4",
|
|
"nut", "styl", "swift", "text", "ltx", "tex", "v", "sv", "svh", "tcl", "textile", "toml", "1", "2", "3", "4",
|
|
"5", "6", "7", "8", "9", "ttcn", "ttcn3", "ttcnpp", "cfg", "ttl", "ts", "tsx", "webidl", "vb", "vbs",
|
|
"5", "6", "7", "8", "9", "ttcn", "ttcn3", "ttcnpp", "cfg", "ttl", "ts", "tsx", "webidl", "vb", "vbs",
|
|
"vtl", "vhd", "vhdl", "vue", "xml", "xsl", "xsd", "svg", "xy", "xquery", "ys", "yaml", "yml", "z80",
|
|
"vtl", "vhd", "vhdl", "vue", "xml", "xsl", "xsd", "svg", "xy", "xquery", "ys", "yaml", "yml", "z80",
|
|
- "mscgen", "mscin", "msc", "xu", "msgenny", "wat", "wast"];
|
|
|
|
|
|
+ "mscgen", "mscin", "msc", "xu", "msgenny", "wat", "wast", "env"];
|
|
const supportedEditFilenames = ["readme", "dockerfile", "pkgbuild"]
|
|
const supportedEditFilenames = ["readme", "dockerfile", "pkgbuild"]
|
|
//{{- end}}
|
|
//{{- end}}
|
|
function keepAlive() {
|
|
function keepAlive() {
|
|
@@ -687,7 +687,6 @@ explicit grant from the SFTPGo Team ([email protected]).
|
|
case "webp":
|
|
case "webp":
|
|
case "bmp":
|
|
case "bmp":
|
|
case "svg":
|
|
case "svg":
|
|
- case "ico":
|
|
|
|
let desc = escapeHTML(filename).replace(/"/g, '"');
|
|
let desc = escapeHTML(filename).replace(/"/g, '"');
|
|
previewDiv = `<div class="ms-2" data-kt-filemanger-table="view_item">
|
|
previewDiv = `<div class="ms-2" data-kt-filemanger-table="view_item">
|
|
<a href="${row['url']}" data-gallery="gallery" data-glightbox="description: <span class="fs-5 fw-bold">${desc}</span>" class="btn btn-sm btn-icon btn-light btn-active-light-primary glightbox">
|
|
<a href="${row['url']}" data-gallery="gallery" data-glightbox="description: <span class="fs-5 fw-bold">${desc}</span>" class="btn btn-sm btn-icon btn-light btn-active-light-primary glightbox">
|