~soren/elasticfox/elasticfox.eucalyptus

« back to all changes in this revision

Viewing changes to src/chrome/content/ec2ui/dialog_volume_details.xul

  • Committer: soren
  • Date: 2009-05-22 12:07:04 UTC
  • mfrom: (53.1.7)
  • Revision ID: soren-20090522120704-26bq9hxt65il8vci
Merge with lp:elasticfox

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
      </columns>
19
19
      <rows>
20
20
        <row>
21
 
          <label control="ec2ui.volume.id" value="&ec2ui.volume.id.label;" />
 
21
          <label control="ec2ui.volume.id" value="&ec2ui.volumes.id.label;" />
22
22
          <textbox id="ec2ui.volume.id" size="40" readonly="true" />
23
23
        </row>
24
24
        <row>
25
 
          <label control="ec2ui.volume.size" value="&ec2ui.volume.size.label;" />
 
25
          <label control="ec2ui.volume.size" value="&ec2ui.volumes.size.label;" />
26
26
          <textbox id="ec2ui.volume.size" size="40" readonly="true" />
27
27
        </row>
28
28
        <row>
29
 
          <label control="ec2ui.volume.snapshotId" value="&ec2ui.snapshot.id.label;" />
 
29
          <label control="ec2ui.volume.snapshotId" value="&ec2ui.snapshots.id.label;" />
30
30
          <textbox id="ec2ui.volume.snapshotId" size="40" readonly="true" />
31
31
        </row>
32
32
        <row>
34
34
          <textbox id="ec2ui.volume.availabilityZone" size="40" readonly="true" />
35
35
        </row>
36
36
        <row>
37
 
          <label control="ec2ui.volume.status" value="&ec2ui.volume.status.label;" />
 
37
          <label control="ec2ui.volume.status" value="&ec2ui.volumes.status.label;" />
38
38
          <textbox id="ec2ui.volume.status" size="40" readonly="true" />
39
39
        </row>
40
40
        <row>
41
 
          <label control="ec2ui.volume.createTime" value="&ec2ui.volume.createTime.label;" />
 
41
          <label control="ec2ui.volume.createTime" value="&ec2ui.volumes.createTime.label;" />
42
42
          <textbox id="ec2ui.volume.createTime" size="40" readonly="true" />
43
43
        </row>
44
44
        <row>
46
46
          <textbox id="ec2ui.volume.instanceId" size="40" readonly="true" />
47
47
        </row>
48
48
        <row>
49
 
          <label control="ec2ui.volume.device" value="&ec2ui.volume.device.label;" />
 
49
          <label control="ec2ui.volume.device" value="&ec2ui.volumes.attachment.device.label;" />
50
50
          <textbox id="ec2ui.volume.device" size="40" readonly="true" />
51
51
        </row>
52
52
        <row>
53
 
          <label control="ec2ui.volume.attachStatus" value="&ec2ui.volume.attachStatus.label;" />
 
53
          <label control="ec2ui.volume.attachStatus" value="&ec2ui.volumes.attachment.status.label;" />
54
54
          <textbox id="ec2ui.volume.attachStatus" size="40" readonly="true" />
55
55
        </row>
56
56
        <row>
57
 
          <label control="ec2ui.volume.attachTime" value="&ec2ui.volume.attachTime.label;" />
 
57
          <label control="ec2ui.volume.attachTime" value="&ec2ui.volumes.attachment.attachTime.label;" />
58
58
          <textbox id="ec2ui.volume.attachTime" size="40" readonly="true" />
59
59
        </row>
60
60
        <row>