-
Notifications
You must be signed in to change notification settings - Fork 4
Add Centaurus cluster related features in Centaurus dashboard #18
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
base: centaurus
Are you sure you want to change the base?
Add Centaurus cluster related features in Centaurus dashboard #18
Conversation
a101e3f
to
62b4398
Compare
0090395
to
1e1400c
Compare
@sonyafenge Please review. We have added some more fixes that we have identified. Thanks |
27a083b
to
1d3fa52
Compare
@@ -255,7 +255,7 @@ func DeleteAllUser() int64 { | |||
defer db.Close() | |||
|
|||
// create the delete sql query | |||
sqlStatement := `DELETE * FROM userdetails` | |||
sqlStatement := `DELETE FROM userdetails` |
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.
is this changing correct? what is deleted?
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.
Yes, with * it gives error,Thanks
"golang.org/x/net/xsrftoken" | ||
v1 "k8s.io/api/core/v1" | ||
"k8s.io/apimachinery/pkg/runtime" | ||
"k8s.io/client-go/tools/remotecommand" |
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.
bunch of format changing, is this necessary?
please check all format changing and confirm if these are necessaary. |
Fix for content-related feature in dashboard: