mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-05 23:36:37 +00:00
Fix Proxmox node disk fallback selection
This commit is contained in:
parent
53daccdece
commit
70e43d7ac1
11 changed files with 261 additions and 63 deletions
|
|
@ -2826,14 +2826,14 @@ class CanonicalCompletionGuardTest(unittest.TestCase):
|
|||
{
|
||||
"heading": "## Canonical Files",
|
||||
"path": "internal/unifiedresources/views.go",
|
||||
"line": 32,
|
||||
"line": 36,
|
||||
"heading_line": 23,
|
||||
},
|
||||
{
|
||||
"heading": "## Extension Points",
|
||||
"path": "internal/unifiedresources/views.go",
|
||||
"line": 47,
|
||||
"heading_line": 43,
|
||||
"line": 51,
|
||||
"heading_line": 47,
|
||||
},
|
||||
],
|
||||
)
|
||||
|
|
|
|||
|
|
@ -4610,14 +4610,14 @@ class SubsystemLookupTest(unittest.TestCase):
|
|||
{
|
||||
"heading": "## Canonical Files",
|
||||
"path": "internal/unifiedresources/views.go",
|
||||
"line": 32,
|
||||
"line": 36,
|
||||
"heading_line": 23,
|
||||
},
|
||||
{
|
||||
"heading": "## Extension Points",
|
||||
"path": "internal/unifiedresources/views.go",
|
||||
"line": 47,
|
||||
"heading_line": 43,
|
||||
"line": 51,
|
||||
"heading_line": 47,
|
||||
},
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue