omni/internal/frontend/frontend.go
Artem Chernyshev 4b747f0380
feat: add dedicated patch pages for machines and cluster machines
Show all machine related config patches as separate tabs on Machines
and ClusterMachine pages.

Fixes: https://github.com/siderolabs/omni/issues/32

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
2024-05-23 13:19:13 +03:00

18 lines
386 B
Go

// Copyright (c) 2024 Sidero Labs, Inc.
//
// Use of this software is governed by the Business Source License
// included in the LICENSE file.
// THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
//
// Generated on 2024-05-22T16:59:05Z by kres 5fac898.
package frontend
import "embed"
// Dist is an embedded JS frontend release folder.
//
//go:embed dist
var Dist embed.FS