Skip to content

Commit

Permalink
Makefile: Update Cockpit lib to 516c15509f33d15827decc4e0cdf97b7
Browse files Browse the repository at this point in the history
Closes #659
  • Loading branch information
cockpituous authored and martinpitt committed Jul 18, 2024
1 parent ca76fc3 commit cad422d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ COCKPIT_REPO_FILES = \
$(NULL)

COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git
COCKPIT_REPO_COMMIT = 319e2d4539f183dc0914cc1903a09df211d8d73f # 321
COCKPIT_REPO_COMMIT = 516c15509f33d15827decc4e0cdf97b7acea5e19 # 321 + 36 commits

$(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP)
COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'
Expand Down
1 change: 1 addition & 0 deletions src/dialogs/delete.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ const ConfirmDeletionDialog = ({ dialogResult, path, selected, setSelected } : {
type="danger"
text={errorMessage}
isInline
isLiveRegion={false} // HACK: temporary https://github.com/cockpit-project/cockpit/pull/20772
/>}
</Modal>
);
Expand Down
1 change: 1 addition & 0 deletions src/dialogs/mkdir.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ const CreateDirectoryModal = ({ currentPath, dialogResult } : {
type="danger"
text={errorMessage}
isInline
isLiveRegion={false} // HACK: temporary https://github.com/cockpit-project/cockpit/pull/20772
/>}
<Form
isHorizontal onSubmit={e => {
Expand Down
1 change: 1 addition & 0 deletions src/dialogs/rename.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ const RenameItemModal = ({ dialogResult, path, selected } : {
type="danger"
text={errorMessage}
isInline
isLiveRegion={false} // HACK: temporary https://github.com/cockpit-project/cockpit/pull/20772
/>}
<Form
isHorizontal onSubmit={e => {
Expand Down

0 comments on commit cad422d

Please sign in to comment.