Skip to content
Snippets Groups Projects
Commit 1fab931c authored by David Sehnal's avatar David Sehnal
Browse files

mol-plugin: UI tweaks

parent 3a47a4f8
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ namespace PluginBehavior { ...@@ -55,7 +55,7 @@ namespace PluginBehavior {
export type CreateCategory = typeof CreateCategory export type CreateCategory = typeof CreateCategory
export const CreateCategory = PluginStateTransform.BuiltIn({ export const CreateCategory = PluginStateTransform.BuiltIn({
name: 'create-behavior-category', name: 'create-behavior-category',
display: { name: 'Create Cateogry' }, display: { name: 'Behavior Category' },
from: Root, from: Root,
to: Category, to: Category,
params: { params: {
......
...@@ -64,7 +64,7 @@ export { TrajectoryFromPDB } ...@@ -64,7 +64,7 @@ export { TrajectoryFromPDB }
type TrajectoryFromPDB = typeof TrajectoryFromPDB type TrajectoryFromPDB = typeof TrajectoryFromPDB
const TrajectoryFromPDB = PluginStateTransform.BuiltIn({ const TrajectoryFromPDB = PluginStateTransform.BuiltIn({
name: 'trajectory-from-pdb', name: 'trajectory-from-pdb',
display: { name: 'Parse PDB string and create trajectory' }, display: { name: 'Parse PDB', description: 'Parse PDB string and create trajectory.' },
from: [SO.Data.String], from: [SO.Data.String],
to: SO.Molecule.Trajectory to: SO.Molecule.Trajectory
})({ })({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment