-
Notifications
You must be signed in to change notification settings - Fork 2.9k
feat: Add node information synchronization steps #7723
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -46,10 +46,11 @@ import FileList from '@/components/file-list/index.vue'; | |
| import { reactive, ref } from 'vue'; | ||
| import { Rules } from '@/global/form-rules'; | ||
| import i18n from '@/lang'; | ||
| import { ElForm, ElMessage } from 'element-plus'; | ||
| import { ElForm } from 'element-plus'; | ||
| import { imageBuild } from '@/api/modules/container'; | ||
| import TaskLog from '@/components/task-log/index.vue'; | ||
| import { newUUID } from '@/utils/util'; | ||
| import { MsgSuccess } from '@/utils/message'; | ||
|
|
||
| const drawerVisible = ref(false); | ||
| const taskLogRef = ref(); | ||
|
|
@@ -95,7 +96,7 @@ const onSubmit = async (formEl: FormInstance | undefined) => { | |
| form.taskID = newUUID(); | ||
| await imageBuild(form); | ||
| openTaskLog(form.taskID); | ||
| ElMessage.success(i18n.global.t('commons.msg.operationSuccess')); | ||
| MsgSuccess(i18n.global.t('commons.msg.operationSuccess')); | ||
| }); | ||
| }; | ||
| const openTaskLog = (taskID: string) => { | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm sorry for any misunderstandings, but I can't find the current version of the specified code you're asking about. Could you please provide more details on what specific codes or files the problem is related to? |
||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The provided code is incomplete, but here's what I could notice:
I'm seeing a
@at line number 70 which usually indicates an indentation error; however, there might be other issues as well.As of September 1st, 2021, these changes wouldn't make sense without specific context or requirements. This would depend on the current state and goals of your project - please consider updating to the most recent version if needed.
If you have more detailed information about the problem areas, I can review further.