mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2026-04-20 03:55:25 +00:00
feat: adapt new trace protocol and implement new trace view (#499)
This commit is contained in:
@@ -310,6 +310,9 @@ limitations under the License. -->
|
||||
break;
|
||||
}
|
||||
dates.value = [start, end];
|
||||
if (!props.showButtons) {
|
||||
ok(true);
|
||||
}
|
||||
};
|
||||
const submit = () => {
|
||||
inputDates.value = dates.value;
|
||||
|
||||
Reference in New Issue
Block a user