[milo][history] fix column resizing not working correctly

Previously the style was set to
`--tvt-columns: --tvt-columns: [sizes]`
when adjusting columns sizes.

R=mdraz@google.com, nqmtuan@google.com

Change-Id: I37da1de44aff4aa10e7cb91c602430d4d05691bd
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3669916
Auto-Submit: Weiwei Lin <weiweilin@google.com>
Reviewed-by: Tuan Nguyen <nqmtuan@google.com>
Commit-Queue: Tuan Nguyen <nqmtuan@google.com>
1 file changed
tree: 2138b144e562d047903b66b9e3d3f5fa2403824d
  1. appengine/
  2. auth/
  3. auth_service/
  4. build/
  5. buildbucket/
  6. casviewer/
  7. cipd/
  8. client/
  9. cmdrunner/
  10. common/
  11. config/
  12. cv/
  13. deploy/
  14. examples/
  15. gae/
  16. gce/
  17. grpc/
  18. hacks/
  19. hardcoded/
  20. led/
  21. logdog/
  22. luci_notify/
  23. lucicfg/
  24. lucictx/
  25. luciexe/
  26. machine-db/
  27. mailer/
  28. milo/
  29. mmutex/
  30. provenance/
  31. resultdb/
  32. scheduler/
  33. scripts/
  34. server/
  35. starlark/
  36. swarming/
  37. tokenserver/
  38. tools/
  39. vpython/
  40. web/
  41. .gitallowed
  42. .gitattributes
  43. .golangci.yml
  44. AUTHORS
  45. codereview.settings
  46. CONTRIBUTING.md
  47. CONTRIBUTORS
  48. go.mod
  49. go.sum
  50. LICENSE
  51. OWNERS
  52. PRESUBMIT.py
  53. README.md
  54. tools.go
  55. WATCHLISTS
README.md

luci-go: LUCI services and tools in Go

GoDoc

Installing

LUCI Go code is meant to be worked on from an Chromium infra.git checkout, which enforces packages versions and Go toolchain version. First get fetch via depot_tools.git then run:

fetch infra
cd infra/go
eval `./env.py`
cd src/go.chromium.org/luci

Contributing

Contributing uses the same flow as Chromium contributions.