Skip to content

Commit 8ed3990

Browse files
committed
Fix typo
1 parent 9a74ce7 commit 8ed3990

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pixie-web/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fn send_req(url: String) {
2525
fn Images(#[prop(into)] images: Signal<Option<ImagesStats>>) -> impl IntoView {
2626
let image_row = move |(full_name, image): (String, (u64, u64))| {
2727
let url_flash = format!("admin/action/{full_name}/flash");
28-
let url_boot = format!("admin/action/{full_name}/reboot");
28+
let url_boot = format!("admin/action/{full_name}/boot");
2929
let url_cancel = format!("admin/action/{full_name}/wait");
3030
let url_rollback = format!("admin/rollback/{full_name}");
3131
let url_delete = format!("admin/delete/{full_name}");

0 commit comments

Comments
 (0)