Sha256: 6238b3d7dfea6e3da782ae1b0546028f44828f41b9815599af4167c639d6a6f3
Contents?: true
Size: 905 Bytes
Versions: 12
Compression:
Stored size: 905 Bytes
Contents
module Opsicle module Monitor module Translatable def translate { program: "Opsicle Stack Monitor v#{Opsicle::VERSION}", menu: { inactive: { deployments: "(d)eployments", instances: "(i)nstances", apps: "(a)pps", help: "(h)elp" }, active: { deployments: "DEPLOYMENTS", instances: "INSTANCES", apps: "APPS", help: "HELP" }, }, heading: { status: "STATUS", created_at: "STARTED", completed_at: "COMPLETED", user: "USER", command: "COMMAND", hostname: "HOSTNAME", zone: "AZ", ip: "IP ADDRESS", ec2_instance_id: "EC2 INSTANCE ID" } } end end end end
Version data entries
12 entries across 12 versions & 1 rubygems