forked from github-starred/komodo
click on build in deployment actions navigates to build
This commit is contained in:
@@ -108,7 +108,9 @@ const Build: Component = () => {
|
||||
const buildID = () => deployments.get(selected.id())!.buildID!;
|
||||
return (
|
||||
<Flex class={combineClasses("action shadow", themeClass())}>
|
||||
build{" "}
|
||||
<div class="pointer" onClick={() => selected.set(buildID(), "build")}>
|
||||
build
|
||||
</div>
|
||||
<Show
|
||||
when={!actions.building}
|
||||
fallback={
|
||||
|
||||
@@ -346,3 +346,7 @@ svg.dark {
|
||||
opacity: 0.4;
|
||||
height: 2px;
|
||||
}
|
||||
|
||||
.pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user