mirror of
https://github.com/simon987/sist2.git
synced 2025-04-19 18:26:43 +00:00
Add mt_ int_ prefixes in InfoTable
This commit is contained in:
parent
16a4fb4874
commit
b82c26f0fb
2
sist2-vue/dist/js/index.js
vendored
2
sist2-vue/dist/js/index.js
vendored
File diff suppressed because one or more lines are too long
@ -72,6 +72,12 @@ export default {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Object.keys(src).forEach(key => {
|
||||||
|
if (key.startsWith("mt_") || key.startsWith("int_")) {
|
||||||
|
items.push({key: key, value: src[key]});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
// Exif GPS
|
// Exif GPS
|
||||||
if ("exif_gps_longitude_dec" in src) {
|
if ("exif_gps_longitude_dec" in src) {
|
||||||
items.push({
|
items.push({
|
||||||
|
10
src/web/static_generated.c
vendored
10
src/web/static_generated.c
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user