Code Monkey home page Code Monkey logo

csa-enhanced-operations's People

Contributors

alexevansigg avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

csa-enhanced-operations's Issues

New version, colvis visibility

Hi,

I use a old version 0.4 and i want to upgrade to 0.5, but now you don't set the visibility from colvis, by default all field are visible and you can hide the field but he disapeared

It's not possible to set the visibility true or false ?

when is false the column moved to the child list.

Best regards

Options host, port, and user

It would be nice if host, port, and user credentials with (REST role) used by actions in the Options column, could be configurarble. It shoild be possible to specify host other than localhost, port other than 8444 and admin / ooIndboundUser password different from cloud.
Thanks
René

delete button not shown because of typo

audit.js line 280:
full.inst_state == "Canceled" but in whole enhanced operations woks with typo: Cancelled

so our quick workaround was:
full.inst_state == "Cancelled"

But we believe it should be fixed from root not just on the end to typo.

Regards
Rado

Confirmation dialog on cancel end ups with 401

Hello

Following is piece of code that causing problem action.jsp line 91:
new UsernamePasswordCredentials("admin","cloud")

We make workaround in following way to completely evade that method (hard coded credentials are not desired :) )
audit.js line 550 replaced generic confirm button

/* Generic Confirm button, calls the correct action based on the context. */
  $("body").on("click", "button.confirmAction", function() {
      var myAction = $(this).data("action-type");
      if (myAction == "cancel") {
          var url = "/csa/api/service/subscription/" + rowData["DT_RowId"] + "/cancel";
          var token = readCookie("x-csrf-token");
          $.ajax({
              type: "POST",
              "url": url,
              headers: {
                  "x-csrf-token": token
              },
              success: function(response) {
                  $("#responseModal").find("div.modal-body").html("Subscription Cancelled").end().modal();
              },
              failure: function(response) {
                  $("#responseModal").find("div.modal-body").html("Something went wrong").end().modal();
              }
          });
      } else {

          var url = "pages/action.jsp?action=" + myAction + "&subId=" + rowData["DT_RowId"] + "&catId=" + rowData["cat_id"];
          $.get(url, function(response) {
              $("#responseModal").find("div.modal-body").html(response).end().modal();

          });
      }
  });

Regards
Rado

Malformed Config Cache

There is no exception handling around the user config cache, so if it becomes malformed / Invalid JSON then it prevents the page from loading. In this scenario it would be best to revert to the default configuration.

Issues with CSA 4.6

Hello Alexander,

As you pointed out today, there is the issue with CSA 4.6 as they changed the tiles' names.
Target was changed to Type
and
Data was changed to URL

{ "id": "CSA-Enhanced-Operations",
"name": "CSA-Enhanced-Operations",
"description": "CSA-Enhanced-Operations_description",
"enabled": true,
"style": "custom-tile-header",
"type": "iframe",
"url": "/csa/custom-content/CSA-Enhanced-Operations/",
"helptopic": "console_help",
"roles": ["CSA_ADMIN"]
}

Regards,

Refresh Action

No visual feedback on refresh action (unless the data response has changed)

Screenshots

Hello Alex,

If you can add one or two screenshots in the readme or wiki page. You should also add your generated web site in the project description

That's really great, thanks !

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.