diff options
author | innokentii <innokentii@yandex-team.com> | 2022-12-12 19:51:10 +0300 |
---|---|---|
committer | innokentii <innokentii@yandex-team.com> | 2022-12-12 19:51:10 +0300 |
commit | 70901a19173cf09121a246ff1f7e6efe70d9809e (patch) | |
tree | 87865389645e53424dc8b0c8f7c0cbcd62ef48de | |
parent | 33cb4d078b1b746349722653c87499e684002851 (diff) | |
download | ydb-70901a19173cf09121a246ff1f7e6efe70d9809e.tar.gz |
Fix affected kinds link in console-log
fix
-rw-r--r-- | ydb/core/cms/ui/console_log.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/cms/ui/console_log.js b/ydb/core/cms/ui/console_log.js index 79df4379c95..1230165251e 100644 --- a/ydb/core/cms/ui/console_log.js +++ b/ydb/core/cms/ui/console_log.js @@ -242,7 +242,7 @@ function loadConsoleLog(reverse) { } if (ConsoleLogState.affected !== undefined) { - url += '&affected=' + ConsoleLogState.affected; + url += '&affected-kinds=' + ConsoleLogState.affected; } if (reverse) { |