Skip to content

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

Open
wants to merge 8 commits into
base: centaurus
Choose a base branch
from

Conversation

click2cloud-varsha
Copy link

Fix for content-related feature in dashboard:

  • Manage CRD detail page
  • Managed detail page for PVC and Stateful sets
  • Added namespace list in create role form
  • Managed basic UI changes in dashboard
  • Added dark theme

@click2cloud-varsha click2cloud-varsha force-pushed the centaurus branch 2 times, most recently from a101e3f to 62b4398 Compare April 7, 2022 12:26
@Click2Cloud-rninja
Copy link

@sonyafenge Please review. We have added some more fixes that we have identified. Thanks

@@ -255,7 +255,7 @@ func DeleteAllUser() int64 {
defer db.Close()

// create the delete sql query
sqlStatement := `DELETE * FROM userdetails`
sqlStatement := `DELETE FROM userdetails`
Copy link
Collaborator

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?

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"
Copy link
Collaborator

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?

@sonyafenge
Copy link
Collaborator

please check all format changing and confirm if these are necessaary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants