Created
December 9, 2014 12:56
-
-
Save troggy/6d70f5f6fc02e53b9447 to your computer and use it in GitHub Desktop.
Dump AWS configuration to Java-compatible properties string. Execute in your browser's developer console on the EBS configuration page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery.map(jQuery.find("input[ng-model='property.value'].ng-pristine").filter(function(e) { return jQuery(e).val() != ''; }), function(e) { return "-D" + jQuery(e).parents("td:first").prev().text().trim() + '="' + jQuery(e).val() + '"'; }).join(" "); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment