diff --git a/artifacts/definitions/Server/Internal/ToolDependencies.yaml b/artifacts/definitions/Server/Internal/ToolDependencies.yaml
index 89f22d48610..5210ee5db40 100644
--- a/artifacts/definitions/Server/Internal/ToolDependencies.yaml
+++ b/artifacts/definitions/Server/Internal/ToolDependencies.yaml
@@ -5,31 +5,31 @@ description: |
tools:
- name: VelociraptorWindows
- github_project: Velocidex/velociraptor
- github_asset_regex: windows-amd64.exe
+ url: https://github.com/Velocidex/velociraptor/releases/download/v0.6.9-rc1/velociraptor-v0.6.9-rc1-windows-amd64.exe
serve_locally: true
+ version: 0.6.9-rc1
- name: VelociraptorWindows_x86
- github_project: Velocidex/velociraptor
- github_asset_regex: windows-386.exe
+ url: https://github.com/Velocidex/velociraptor/releases/download/v0.6.9-rc1/velociraptor-v0.6.9-rc1-windows-386.exe
serve_locally: true
+ version: 0.6.9-rc1
- name: VelociraptorLinux
- github_project: Velocidex/velociraptor
- github_asset_regex: linux-amd64-musl
+ url: https://github.com/Velocidex/velociraptor/releases/download/v0.6.9-rc1/velociraptor-v0.6.9-rc1-linux-amd64-musl
serve_locally: true
+ version: 0.6.9-rc1
- name: VelociraptorDarwin
- github_project: Velocidex/velociraptor
- github_asset_regex: darwin-amd64
+ url: https://github.com/Velocidex/velociraptor/releases/download/v0.6.9-rc1/velociraptor-v0.6.9-rc1-darwin-amd64
serve_locally: true
+ version: 0.6.9-rc1
- name: VelociraptorWindowsMSI
- github_project: Velocidex/velociraptor
- github_asset_regex: windows-amd64.msi
+ url: https://github.com/Velocidex/velociraptor/releases/download/v0.6.9-rc1/velociraptor-v0.6.9-rc1-windows-amd64.msi
serve_locally: true
+ version: 0.6.9-rc1
- name: VelociraptorWindows_x86MSI
- github_project: Velocidex/velociraptor
- github_asset_regex: windows-386.msi
+ url: https://github.com/Velocidex/velociraptor/releases/download/v0.6.9-rc1/velociraptor-v0.6.9-rc1-windows-386.msi
serve_locally: true
+ version: 0.6.9-rc1
diff --git a/gui/velociraptor/src/components/artifacts/artifacts.css b/gui/velociraptor/src/components/artifacts/artifacts.css
index 0998b7b90f0..658c84a6d6f 100644
--- a/gui/velociraptor/src/components/artifacts/artifacts.css
+++ b/gui/velociraptor/src/components/artifacts/artifacts.css
@@ -11,6 +11,8 @@
.artifact-search-table button {
cursor: pointer;
+ width: 100%;
+ text-align: left;
}
.artifact-search-table button:hover {
diff --git a/gui/velociraptor/src/components/core/paged-table.jsx b/gui/velociraptor/src/components/core/paged-table.jsx
index acb7c5df160..7beb050520d 100644
--- a/gui/velociraptor/src/components/core/paged-table.jsx
+++ b/gui/velociraptor/src/components/core/paged-table.jsx
@@ -430,7 +430,7 @@ class VeloPagedTable extends Component {
}}
>