mirror of
https://github.com/fluencelabs/dashboard
synced 2025-07-03 16:41:41 +00:00
blueprint page, link to blueprint
This commit is contained in:
@ -6,3 +6,11 @@ type alias Blueprint =
|
||||
, id : String
|
||||
, name : String
|
||||
}
|
||||
|
||||
|
||||
type alias BlueprintInfo =
|
||||
{ name : String
|
||||
, author : String
|
||||
, instanceNumber : Int
|
||||
, id: String
|
||||
}
|
||||
|
Reference in New Issue
Block a user