a ver
This commit is contained in:
@@ -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>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -31,7 +31,6 @@ export class LogsComponent implements OnInit, OnChanges{
|
||||
|
||||
@Input() show;
|
||||
@Input() item;
|
||||
@Input() selectedsnap;
|
||||
@Input() type;
|
||||
@Output() onClose = new EventEmitter();
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user