Severin
Severin
Hi I've a lot of customized view in active admin using this code: ``` div class: 'blank_slate_container', id: 'dashboard_default_message' do columns do column do para "LEFT" end column do para...
Is it somehow possible to remove the X-Frame Options, of the pages loaded. I want to load an url which contains a frame of an external page, which sets the...
when trying to update a masternode using the command: `./install.sh -p sub1x -u` It does not to pull the latest code from their master branch, but instead reinstalls the old...
Is there a way to control the order of the Checkout Embeddable Fields? DragDrop or a Position-ID Field would be a great way to control the order.
We wanted to print, all accounts for a given year. On serveral accounts, which have no bookings in the current year, the saldo is not visible as no entry are...
Atm I've a customized fork of the master branch, in my github account used for customization of bookyt (e.g. deployment, process monitoring using eye, unicorn. ..) which is a mess...
I'm trying to write a new Extension and want to know if there is a way to define the order of the navigational items? At the moment I can use...
At the moment there is no option, to overwrite the sidebar in the new design. The only way for customized sidebar elements is to define a "sidebar" statement in the...
HI guys, I'm trying to prevent ActionController::RoutingError **Transaction Events** from being sent to Sentry. As regular pentest scans pollute our performance reports in sentry. The default config IGNORE_DEFAULT already skips...
##### SUMMARY Is it currently possible to run commands like this and collect the value in an ansible variable? ``` kubectl top pods --containers --namespace=my-namespace kubectl top pods --containers -A...