csdms / wmt-client

A GWT client for the CSDMS Web Modeling Tool
MIT License
0 stars 0 forks source link

Make the list of execution servers friendlier #115

Open mdpiper opened 6 years ago

mdpiper commented 6 years ago

The list of execution servers available for a particular WMT client are listed in the client's config file. For example, for the wmt-testing instance:

  "execution_servers":[
    "beach.colorado.edu",
    "js-104-244.jetstream-cloud.org",
    "siwenna.colorado.edu"
  ]

It would be a lot nicer to see Jetstream instead of js-104-244.jetstream-cloud.org in the list.

mdpiper commented 6 years ago

A hash would be nice:

"execution_servers": {
    "blanca":"blogin01.rc.colorado.edu",
    "jetstream":"js-104-244.jetstream-cloud.org",
    "siwenna":"siwenna.colorado.edu",
 }

The key would be displayed in the client's droplist.