Git Product home page Git Product logo

cloud-browser's People

Contributors

brianwalborn avatar

Watchers

 avatar

cloud-browser's Issues

Add functionality to send an SSM command to selected servers

UI Design:

  • Table with columns: a selectable checkbox (unselected by default), instance ID, tags, region
  • A 'next' button below the table which takes you to a form with textbox(es) to enter a Windows and/or Linux command when clicked
  • Windows command entry only shows up if Windows instances are selected -- vice versa for Linux. Both if instances of each type are selected
  • A 'submit' and 'back' button under the command entry form. When 'submit' is clicked, it brings up a verification modal that has the commands and the instances the commands will run against. Modal will have a 'send' and 'cancel' button. Cancel simply hides the modal again, send actually send the command(s)

Back-end design:

  • The 'next' button click will save a list of selected instances for the following command entry form
  • Send true/false to the front-end of the command entry form in linux_instance_selected and windows_instance_selected variables based on whether any of each type have been selected
  • 'Send' on the modal sends the command to each instance of the specified type (Windows || Linux)

Fix syntax error in README.md

Error in README.md:
2. Run the startup.sh script with the -d flag to initialize the database

./startup.sh -d

The flag should be --d with two hyphens.

Add 'settings' functionality

  • Implement database into application
  • Develop database schema for settings
  • Design and develop the UI for the settings page
  • Develop back-end blueprint for the setting page

Correctly attach lifecycle hooks to the AutoScalingGroup model

Receive application context errors when trying to call the AutoScalingGroupService from within the AutoScalingGroup model. Need to attach lifecycle hooks outside of the model initialization.

#self.lifecycle_hooks = autoscaling.AutoScalingGroupService(self.region).get_lifecycle_hooks(self.auto_scaling_group_name)

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.