-
Notifications
You must be signed in to change notification settings - Fork 58
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
Feat/fe task detail and history #364
Conversation
The build artifact is available in the artifact section here. You can download it and place the build file under backend/src/zango/assets/app_panel/js for local testing and verification. |
The build artifact is available in the artifact section here. You can download it and place the build file under backend/src/zango/assets/app_panel/js for local testing and verification. |
// import AppLogs from '../components/appLogs/Index'; | ||
import Releases from '../components/appLogs/Index'; | ||
// import AppAccessLogs from '../components/AppAccessLogs/index.js'; | ||
// import AppLogs from '../components/AppLogs.jsx'; |
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.
@prem056627 remove unused imports
frontend/src/pages/appPackagesManagement/components/AppTable/RowMenu.jsx
Show resolved
Hide resolved
@@ -19,6 +19,8 @@ import { selectAppPanelInitialData } from '../../platform/slice'; | |||
import Chatbot from '../components/Chatbot'; | |||
import DragablePopover from '../components/Chatbot/DragablePopover'; | |||
import SideMenu from '../components/SideMenu'; | |||
import { AppLogsRoutes, AppReleasesRoutes } from '../../appReleasesRoutes/routes/Index'; | |||
// import { AppLogsRoutes } from '../../appReleasesRoutes/components/appLogs/Index' |
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.
@prem056627 remove unused import
}, | ||
}) | ||
); | ||
}), |
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.
@prem056627 revert this data as previously discussed
// } | ||
// } | ||
|
||
|
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.
@prem056627 remove commented code
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.
@prem056627 remove this file
The build artifact is available in the artifact section here. You can download it and place the build file under backend/src/zango/assets/app_panel/js for local testing and verification. |
30e80e8
to
18f156e
Compare
The build artifact is available in the artifact section here. You can download it and place the build file under backend/src/zango/assets/app_panel/js for local testing and verification. |
The build artifact is available in the artifact section here. You can download it and place the build file under backend/src/zango/assets/app_panel/js for local testing and verification. |
The build artifact is available in the artifact section here. You can download it and place the build file under backend/src/zango/assets/app_panel/js for local testing and verification. |
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.
@prem056627 remove this file
|
||
makeApiCall(); | ||
|
||
console.log('appTaskManagementData....', rowData.id); |
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.
@prem056627 remove console logs
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.
remove this file
@@ -1 +1 @@ | |||
{ "buildMajor": 0, "buildMinor": 3, "buildPatch": 0, "buildTag": "" } | |||
{"buildMajor":0,"buildMinor":3,"buildPatch":1,"buildTag":""} |
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.
revert changes in this file
…ted made " no task history"
The build artifact is available in the artifact section here. You can download it and place the build file under backend/src/zango/assets/app_panel/js for local testing and verification. |
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.
@prem056627 Please remove this file
Added : Task history modal and text changes