This commit is contained in:
Manuel Romero
2025-02-12 13:07:54 +01:00
parent 5c73924af2
commit 4e70bd2a25
4 changed files with 4 additions and 5 deletions

View File

@@ -29,5 +29,5 @@
<link rel="stylesheet" href="styles.89804dbd9a428c1d7bdd.css"></head>
<body>
<app-root></app-root>
<script src="runtime.b2175705264e769e2e1d.js" defer></script><script src="polyfills-es5.66d659991e5a8ec6fd9f.js" nomodule defer></script><script src="polyfills.3273b4fb03b5abe684b4.js" defer></script><script src="scripts.399e476bb5562d6fc683.js" defer></script><script src="main.be9854ee767fb6febbc4.js" defer></script></body>
<script src="runtime.b2175705264e769e2e1d.js" defer></script><script src="polyfills-es5.66d659991e5a8ec6fd9f.js" nomodule defer></script><script src="polyfills.3273b4fb03b5abe684b4.js" defer></script><script src="scripts.399e476bb5562d6fc683.js" defer></script><script src="main.e201f95126615b6d5f14.js" defer></script></body>
</html>

View File

@@ -31,7 +31,6 @@ export class LogsComponent implements OnInit, OnChanges{
@Input() show;
@Input() item;
@Input() selectedsnap;
@Input() type;
@Output() onClose = new EventEmitter();

View File

@@ -164,9 +164,9 @@ s
showSnapshotLogs(snap): void {
console.log("SHOW snap logs", snap);
this.logstype = 'snapshot';
this.logShow = true;
this.logItem = snap;
this.logstype = 'snapshot';
this.logShow = true;
}